mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
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:
commit
486d6688e1
@ -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)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user