This commit is contained in:
2021-01-04 20:27:46 +00:00
parent 71a68243bf
commit 1da4787f9d
2 changed files with 3 additions and 2 deletions

View File

@@ -289,7 +289,9 @@ export default {
window.$gz.form.setErrorBoxErrors(vm);
} else {
vm.moreAvailable = res.data.events.length == DEFAULT_EVENTS_PAGE_SIZE;
vm.name = res.data.name;
vm.name = await window.$gz.translation.translateStringWithMultipleKeys(
res.data.name
);
let temp = res.data.events;
let currentEventCount = vm.obj.length;
let timeZoneName = window.$gz.locale.getBrowserTimeZoneName();