Mark string to be translated

Mark string to be translated
This commit is contained in:
nixocio 2021-06-30 11:25:29 -04:00
parent a58d571858
commit 48dc1dfa17

View File

@ -46,8 +46,8 @@ function ScheduleOccurrences({ preview = { local: [], utc: [] } }) {
<SplitItem>
<MultiButtonToggle
buttons={[
['local', 'Local'],
['utc', 'UTC'],
['local', t`Local`],
['utc', t`UTC`],
]}
value={mode}
onChange={newMode => setMode(newMode)}