Fix typos

This commit is contained in:
Bastien 2018-10-01 18:58:18 +02:00
parent 510bdefec2
commit 238e607e73
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,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

@ -24,8 +24,8 @@ return array (
'attendee_already_checked_in' => 'Attendee already checked in at :time ',
'attendee_check_in_success' => 'Success !<br>Name: :name <br>Reference: :ref<br>Ticket: :ticket.',
'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',