Add specs for user changing table
This commit is contained in:
@@ -79,7 +79,7 @@ var $translations = {
|
||||
cannot_move_to_occupied_table: 'You cannot move to an occupied table',
|
||||
moved_to_another_table: 'The table is changed.',
|
||||
confirmation_title: 'Move to another table?',
|
||||
confirmation_body: 'Are you sure you want to move to another table?'
|
||||
confirmation_body: 'Do you want to move to another table?'
|
||||
},
|
||||
models: <%= I18n.t('activemodel.models', locale: :en).to_json %>,
|
||||
attributes: <%= I18n.t('activemodel.attributes', locale: :en).to_json %>,
|
||||
@@ -120,7 +120,7 @@ var $translations = {
|
||||
cannot_move_to_occupied_table: 'Je kan niet verhuizen naar een tafel die reeds gebruikt wordt.',
|
||||
moved_to_another_table: 'De tafel is gewijzigd.',
|
||||
confirmation_title: 'Naar een andere tafel verhuizen?',
|
||||
confirmation_body: 'Ben je aan een andere tafel gaan zitten?'
|
||||
confirmation_body: 'Wil je aan een andere tafel gaan zitten?'
|
||||
},
|
||||
models: <%= I18n.t('activemodel.models', locale: :nl).to_json %>,
|
||||
attributes: <%= I18n.t('activemodel.attributes', locale: :nl).to_json %>,
|
||||
|
||||
Reference in New Issue
Block a user