This commit is contained in:
2020-06-13 22:37:44 +00:00
parent fb2319255e
commit a4785be5d1
2 changed files with 6 additions and 2 deletions

View File

@@ -108,7 +108,10 @@ todo: License testing (I know it's working when these things all pass)
################################# #################################
todo: login form when no license should allow to change language
Show each language underneath in a row as hyperlinks in their own name and clicking on them automatically changes local
language setting, also maybe changes the user options for superuser?
todo: why is the dbid changing every reboot during testing? todo: why is the dbid changing every reboot during testing?
That shouldn't happen should it? That shouldn't happen should it?

View File

@@ -79,7 +79,7 @@
<v-btn <v-btn
:disabled="sendRequestDisabled()" :disabled="sendRequestDisabled()"
@click="sendEvaluationRequest()" @click="sendEvaluationRequest()"
>$ay.t('SendRequest')</v-btn >{{ $ay.t("SendEvaluationRequest") }}</v-btn
> >
</v-col> </v-col>
</v-row> </v-row>
@@ -417,6 +417,7 @@ function initForm(vm) {
function fetchTranslatedText(vm) { function fetchTranslatedText(vm) {
return window.$gz.translation.cacheTranslations([ return window.$gz.translation.cacheTranslations([
"CheckForLicense", "CheckForLicense",
"SendEvaluationRequest",
"NoLicenseTitle", "NoLicenseTitle",
"StartEvaluation", "StartEvaluation",
"PurchaseLicense", "PurchaseLicense",