This commit is contained in:
2020-06-24 22:17:57 +00:00
parent b95d92dc92
commit 6bb3ac290c
4 changed files with 78 additions and 85 deletions

View File

@@ -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"