Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
translate ok button
Browse files Browse the repository at this point in the history
  • Loading branch information
billybonks committed Jul 6, 2016
1 parent 0130582 commit 836526d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/invoices/edit/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default AbstractEditController.extend(NumberFormat, PatientSubmodule, Pub
message: `Are you sure you want to delete ${item.get('name')}?`,
itemToDelete: item,
updateButtonAction: 'confirm',
updateButtonText: 'Ok'
updateButtonText: this.get('i18n').t('buttons.ok')
}));
this.send('openModal', 'dialog', options);
},
Expand Down

0 comments on commit 836526d

Please sign in to comment.