This commit is contained in:
2020-03-05 20:14:17 +00:00
parent 9deb0d066c
commit 85e66d17df
9 changed files with 42 additions and 15 deletions

View File

@@ -34,7 +34,7 @@
<div>
<span class="ml-6 body-1">{{ lt("TimeZone") }}: </span>
<span class="body-2">
{{ locale().getTimeZoneName() }}
{{ locale().getBrowserTimeZoneName() }}
</span>
</div>

View File

@@ -62,7 +62,7 @@
<v-col cols="12" sm="6" lg="4" xl="3">
<v-text-field
v-model="obj.timeZoneOverride"
:placeholder="locale().getTimeZoneName()"
:placeholder="locale().getBrowserTimeZoneName()"
:readonly="formState.readOnly"
clearable
@click:clear="onChange('timeZoneOverride')"