This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user