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> <SplitItem>
<MultiButtonToggle <MultiButtonToggle
buttons={[ buttons={[
['local', 'Local'], ['local', t`Local`],
['utc', 'UTC'], ['utc', t`UTC`],
]} ]}
value={mode} value={mode}
onChange={newMode => setMode(newMode)} onChange={newMode => setMode(newMode)}