This commit is contained in:
@@ -382,7 +382,7 @@ function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-user-cog",
|
||||
title: vm.$ay.t("UserSettings"),
|
||||
title: "UserSettings",
|
||||
helpUrl: "form-home-user-settings",
|
||||
formData: {
|
||||
ayaType: window.$gz.type.UserOptions
|
||||
@@ -392,7 +392,7 @@ function generateMenu(vm) {
|
||||
|
||||
if (vm.rights.change) {
|
||||
menuOptions.menuItems.push({
|
||||
title: vm.$ay.t("Save"),
|
||||
title: "Save",
|
||||
icon: "fa-save",
|
||||
surface: true,
|
||||
key: FORM_KEY + ":save",
|
||||
@@ -402,7 +402,7 @@ function generateMenu(vm) {
|
||||
|
||||
//change password and login
|
||||
menuOptions.menuItems.push({
|
||||
title: vm.$ay.t("SetLoginPassword"),
|
||||
title: "SetLoginPassword",
|
||||
icon: "fa-key",
|
||||
data: "home-password",
|
||||
key: "app:nav"
|
||||
|
||||
Reference in New Issue
Block a user