diff --git a/src/UI/UIItem.js b/src/UI/UIItem.js index 70712512..ce72185f 100644 --- a/src/UI/UIItem.js +++ b/src/UI/UIItem.js @@ -1245,7 +1245,7 @@ function UIItem(options){ html: i18n('delete_permanently'), onClick: async function(){ const alert_resp = await UIAlert({ - message: i18n('configm_delete_single_item'), + message: i18n('confirm_delete_single_item'), buttons:[ { label: i18n('delete'), diff --git a/src/i18n/translations/en.js b/src/i18n/translations/en.js index 6311c82f..0c02478c 100644 --- a/src/i18n/translations/en.js +++ b/src/i18n/translations/en.js @@ -20,7 +20,7 @@ const en = { color: 'Color', confirm_account_for_free_referral_storage_c2a: 'Create an account and confirm your email address to receive 1 GB of free storage. Your friend will get 1 GB of free storage too.', confirm_delete_multiple_items: 'Are you sure you want to permanently delete these items?', - configm_delete_single_item: 'Do you want to permanently delete this item?', + confirm_delete_single_item: 'Do you want to permanently delete this item?', confirm_open_apps_log_out: 'You have open apps. Are you sure you want to log out?', confirm_new_password: "Confirm New Password", contact_us: "Contact Us", diff --git a/src/i18n/translations/nb.js b/src/i18n/translations/nb.js index fc0d584b..dc173ed2 100644 --- a/src/i18n/translations/nb.js +++ b/src/i18n/translations/nb.js @@ -20,7 +20,7 @@ const nb = { color: "Farge", confirm_account_for_free_referral_storage_c2a: "Opprett en konto og bekreft e-postadressen din for å motta 1 GB gratis lagringsplass. Din venn vil også få 1 GB gratis lagringsplass.", confirm_delete_multiple_items: 'Er du sikker på at du vil slette disse elementene permanent?', - configm_delete_single_item: 'Er du sikker på at du vil slette dette elemente permanent?', + confirm_delete_single_item: 'Er du sikker på at du vil slette dette elemente permanent?', confirm_open_apps_log_out: 'Du har åpene apper, er du sikker på at du vil logge ut?', confirm_new_password: "Bekreft nytt passord", contact_us: "Kontakt oss",