This commit is contained in:
@@ -210,9 +210,9 @@ function generateMenu(vm) {
|
||||
helpUrl: "ay-about",
|
||||
menuItems: [
|
||||
{
|
||||
title: "CopySupportInfo",
|
||||
title: "Copy",
|
||||
icon: "$ayiCopy",
|
||||
key: "about:copysupportinfo",
|
||||
key: "about:copy",
|
||||
vm: vm
|
||||
},
|
||||
{
|
||||
@@ -259,7 +259,7 @@ function clickHandler(menuItem) {
|
||||
data: "license"
|
||||
});
|
||||
break;
|
||||
case "copysupportinfo":
|
||||
case "copy":
|
||||
//put the support info on the clipboard:
|
||||
{
|
||||
const element = document.getElementById("ayaNovaVersioncard");
|
||||
@@ -297,7 +297,6 @@ async function fetchTranslatedText() {
|
||||
await window.$gz.translation.cacheTranslations([
|
||||
"HelpAboutAyaNova",
|
||||
"HelpTechSupport",
|
||||
"CopySupportInfo",
|
||||
"Server",
|
||||
"Version",
|
||||
"SchemaVersion",
|
||||
|
||||
Reference in New Issue
Block a user