Fix comments

This commit is contained in:
Sondre Njåstad 2024-03-19 04:00:03 +01:00
parent 38f30f7138
commit 9a0d612dff
2 changed files with 2 additions and 2 deletions

View File

@ -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 // see if there are any open windows, if yes notify user
if($('.window-app').length > 0){ if($('.window-app').length > 0){
const alert_resp = await UIAlert({ const alert_resp = await UIAlert({
message: `<p></p>`, message: `<p>${i18n('confirm_open_apps_log_out')}</p>`,
buttons:[ buttons:[
{ {
label: i18n('close_all_Windows_and_log_out'), label: i18n('close_all_Windows_and_log_out'),

View File

@ -1245,7 +1245,7 @@ function UIItem(options){
html: i18n('delete_permanently'), html: i18n('delete_permanently'),
onClick: async function(){ onClick: async function(){
const alert_resp = await UIAlert({ const alert_resp = await UIAlert({
message: ` you want to permanently delete this item?`, message: i18n('configm_delete_single_item'),
buttons:[ buttons:[
{ {
label: i18n('delete'), label: i18n('delete'),