Skip to content

Commit 2befba5

Browse files
committed
chore(tz): timezone -> time on ui
1 parent b6d164f commit 2befba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/components/ScheduleForm.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
required
4747
:disabled="formSaving"
4848
@input="refreshCheckboxes()"
49-
:suffix="timezone + ' timezone'"
49+
:suffix="timezone + ' time'"
5050
></v-text-field>
5151

5252
<div v-if="!rawCron">
@@ -115,7 +115,7 @@
115115
<div v-if="['yearly', 'monthly', 'weekly', 'daily'].includes(timing)">
116116
<div class="mt-4 d-flex justify-space-between">
117117
<span>Hours</span>
118-
<b style="color: red;">{{ timezone + ' timezone' }}</b>
118+
<b style="color: red;">{{ timezone + ' time' }}</b>
119119
</div>
120120
<div class="d-flex flex-wrap">
121121
<v-checkbox

0 commit comments

Comments
 (0)