mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Fix comments
This commit is contained in:
parent
38f30f7138
commit
9a0d612dff
@ -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: `<p></p>`,
|
||||
message: `<p>${i18n('confirm_open_apps_log_out')}</p>`,
|
||||
buttons:[
|
||||
{
|
||||
label: i18n('close_all_Windows_and_log_out'),
|
||||
|
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user