This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<div>
|
||||
<span class="ml-6 body-1">{{ lt("TimeZone") }}: </span>
|
||||
<span class="body-2">
|
||||
{{ locale().getTimeZoneName() }}
|
||||
{{ locale().getBrowserTimeZoneName() }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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')"
|
||||
|
||||
Reference in New Issue
Block a user