Merge pull request #485 from etalab/master

Fix typos
This commit is contained in:
Jeremy Quinton 2018-10-16 21:35:27 +02:00 committed by GitHub
commit 2c5a6a0a1a
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ var checkinApp = new Vue({
this.$http.post(Attendize.checkInSearchRoute, {q: this.searchTerm}).then(function (res) {
this.attendees = res.data;
this.searchResultsCount = (Object.keys(res.data).length);
console.log('Succesfully fetched attendees')
console.log('Successfully fetched attendees')
}, function () {
console.log('Failed to fetch attendees')
});

View File

@ -23,8 +23,8 @@ return array (
'attendee_already_cancelled' => 'Attendee Already Cancelled',
'attendee_already_checked_in' => 'Attendee already checked in at :time ',
'attendee_exception' => 'An error occurred while inviting this attendee. Please try again.',
'attendee_successfully_checked_in' => 'Attendee Succesfully Checked In',
'attendee_successfully_checked_out' => 'Attendee Succesfully Checked Out',
'attendee_successfully_checked_in' => 'Attendee Successfully Checked In',
'attendee_successfully_checked_out' => 'Attendee Successfully Checked Out',
'attendee_successfully_invited' => 'Attendee Successfully Invited!',
'cant_delete_ticket_when_sold' => 'Sorry, you can\'t delete this ticket as some have already been sold',
'check_in_all_tickets' => 'Check in all tickets associated to this order',