This commit is contained in:
2020-08-10 19:28:16 +00:00
parent 56a9c91e90
commit f8b1541785
2 changed files with 68 additions and 13 deletions

View File

@@ -102,7 +102,8 @@ async function initForm(vm) {
async function fetchTranslatedText(vm) {
await window.$gz.translation.cacheTranslations([
"UserInterfaceSettings",
"PickListTemplates"
"PickListTemplates",
"GlobalLogo"
]);
}
</script>