diff --git a/src/UI/UIDesktop.js b/src/UI/UIDesktop.js index 88d55b9e..c5e50a01 100644 --- a/src/UI/UIDesktop.js +++ b/src/UI/UIDesktop.js @@ -1197,7 +1197,7 @@ $(document).on('click', '.user-options-menu-btn', async function(e){ // see if there are any open windows, if yes notify user if($('.window-app').length > 0){ const alert_resp = await UIAlert({ - message: `
`, + message: `${i18n('confirm_open_apps_log_out')}
`, buttons:[ { label: i18n('close_all_Windows_and_log_out'), diff --git a/src/UI/UIItem.js b/src/UI/UIItem.js index 30ad524c..70712512 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: ` you want to permanently delete this item?`, + message: i18n('configm_delete_single_item'), buttons:[ { label: i18n('delete'),