This commit is contained in:
2020-09-04 17:31:44 +00:00
parent 78cfec8f77
commit bf9ef32c91
2 changed files with 5 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<v-row>
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<v-col cols="12" class="d-sm-none accent--text">
<h4>Editor not supported on mobile devices</h4>
<h4>{{ $ay.t("ReportEditorMobileWarning") }}</h4>
</v-col>
<v-col cols="12" sm="6" class="py-2">
<v-btn-toggle
@@ -940,6 +940,7 @@ async function fetchTranslatedText(vm) {
"ReportName",
"ReportEditorProperties",
"ReportEditorData",
"ReportEditorMobileWarning",
"ReportNotes",
"ReportTemplate",
"AuthorizationRoles"