This commit is contained in:
@@ -192,18 +192,18 @@ function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: false,
|
||||
icon: "fa-info-circle",
|
||||
title: vm.$ay.t("HelpAboutAyaNova"),
|
||||
title: "HelpAboutAyaNova",
|
||||
helpUrl: "form-ay-about",
|
||||
menuItems: [
|
||||
{
|
||||
title: vm.$ay.t("CopySupportInfo"),
|
||||
title: "CopySupportInfo",
|
||||
icon: "fa-copy",
|
||||
surface: false,
|
||||
key: "about:copysupportinfo",
|
||||
vm: vm
|
||||
},
|
||||
{
|
||||
title: vm.$ay.t("Log"),
|
||||
title: "Log",
|
||||
icon: "fa-glasses",
|
||||
surface: false,
|
||||
key: "app:nav:log",
|
||||
|
||||
Reference in New Issue
Block a user