Merge pull request #10559 from nixocio/ui_mark_string

Mark string to be translated

Mark string to be translated

Reviewed-by: Alex Corey <Alex.swansboro@gmail.com>
Reviewed-by: Tiago Góes <tiago.goes2009@gmail.com>
This commit is contained in:
softwarefactory-project-zuul[bot] 2021-07-12 19:04:34 +00:00 committed by GitHub
commit 486d6688e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)}