This commit is contained in:
2020-04-05 19:36:08 +00:00
parent f32de0d01a
commit 13d92158a6
3 changed files with 5 additions and 20 deletions

View File

@@ -35,7 +35,7 @@ export default {
)
.then(window.$gz.api.status)
.then(window.$gz.api.json)
.then(response => {
.then((response) => {
window.$gz._.forEach(
response.data,
function commitFetchedLTItemToStore(item) {
@@ -150,7 +150,6 @@ export default {
"DeletePrompt",
"AreYouSureUnsavedChanges",
"Leave",
"Copy",
"Tags",
"Customize",
"ObjectCustomFieldCustomGrid",

View File

@@ -195,16 +195,16 @@ function generateMenu(vm) {
helpUrl: "form-ay-about",
menuItems: [
{
title: vm.$ay.t("Copy"),
title: vm.$ay.t("CopySupportInfo"),
icon: "fa-copy",
surface: true,
surface: false,
key: "about:copysupportinfo",
vm: vm
},
{
title: vm.$ay.t("Log"),
icon: "fa-glasses",
surface: true,
surface: false,
key: "app:nav:log",
data: "ay-log"
}
@@ -271,6 +271,7 @@ function initForm(vm) {
function fetchTranslatedText(vm) {
let tKeysRequired = [
"HelpAboutAyaNova",
"CopySupportInfo",
"ClientApp",
"Server",
"Version",