This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user