This commit is contained in:
2019-11-12 19:40:56 +00:00
parent 7d9fe0d3b8
commit 5372800378
5 changed files with 30 additions and 8 deletions

View File

@@ -151,7 +151,8 @@ export default function initialize() {
"Time zone offset for your account is set to " +
res.data.timeZoneOffset +
" which doesn't match the local timezone offset of " +
localOffset
localOffset,
window.$gz.store.state.helpUrl + "intro/#searching"
);
}