fix: Language typos

This commit is contained in:
Ahmed Bouhuolia
2024-08-18 11:11:17 +02:00
parent 4477ada1ad
commit 93732430fc
8 changed files with 89 additions and 477 deletions

View File

@@ -27,7 +27,7 @@ export const accountNameAccessor = (account) => {
export const handleDeleteErrors = (errors) => {
if (errors.find((e) => e.type === 'ACCOUNT.PREDEFINED')) {
AppToaster.show({
message: intl.get('you_could_not_delete_predefined_accounts'),
message: intl.get('cannot_delete_predefined_accounts'),
intent: Intent.DANGER,
});
}