This commit is contained in:
2020-05-04 18:16:56 +00:00
parent dfa27c8aa3
commit adadd4b1b5

View File

@@ -3,7 +3,7 @@
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<v-col>
<v-card id="ayaNovaVersioncard">
<v-subheader>{{ $ay.t("ClientApp") }}</v-subheader>
<v-subheader>AyaNova App</v-subheader>
<div>
<span class="ml-6 body-1">{{ $ay.t("Version") }}: </span>
<span class="body-2">{{ clientInfo.version }}</span>
@@ -272,7 +272,6 @@ function fetchTranslatedText(vm) {
let tKeysRequired = [
"HelpAboutAyaNova",
"CopySupportInfo",
"ClientApp",
"Server",
"Version",
"SchemaVersion",