remove settings options from the user menu

This commit is contained in:
Nariman Jelveh
2024-03-24 13:19:56 -07:00
parent 3aab04a245
commit 52d1bd1f03
2 changed files with 3 additions and 20 deletions

View File

@@ -1182,33 +1182,15 @@ $(document).on('click', '.user-options-menu-btn', async function(e){
UIWindowMyWebsites();
}
},
//--------------------------------------------------
// Change Username
//--------------------------------------------------
{
html: i18n('change_username'),
onClick: async function(){
UIWindowChangeUsername();
}
},
//--------------------------------------------------
// Change Password
//--------------------------------------------------
{
html: i18n('change_password'),
html: i18n('settings'),
onClick: async function(){
UIWindowChangePassword();
UIWindowSettings();
}
},
//--------------------------------------------------
// Change Language
//--------------------------------------------------
{
html: i18n('change_language'),
items: supportedLanguagesItems
},
//--------------------------------------------------
// Contact Us
//--------------------------------------------------

View File

@@ -157,6 +157,7 @@ const en = {
send: "Send",
send_password_recovery_email: "Send Password Recovery Email",
session_saved: "Thank you for creating an account. This session has been saved.",
settings: "Settings",
set_new_password: "Set New Password",
share_to: "Share to",
show_all_windows: "Show All Windows",