This commit is contained in:
@@ -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