This commit is contained in:
2021-03-11 21:55:06 +00:00
parent 00e4178e53
commit 3e62f24317

View File

@@ -479,8 +479,8 @@ function generateMenu(vm) {
}); });
menuOptions.menuItems.push({ menuOptions.menuItems.push({
title: "Two factor authentication", title: "AuthTwoFactor",
icon: "$ayiKey", icon: "$ayiLock",
data: "home-security", data: "home-security",
key: "app:nav:SECURITY" key: "app:nav:SECURITY"
}); });
@@ -513,7 +513,8 @@ async function fetchTranslatedText(vm) {
"MapUrlTemplate", "MapUrlTemplate",
"UserPhone1", "UserPhone1",
"UserPhone2", "UserPhone2",
"UserPageAddress" "UserPageAddress",
"AuthTwoFactor"
]); ]);
} }