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?
That shouldn't happen should it?

View File

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