mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
Mark string to be translated
Mark string to be translated
This commit is contained in:
parent
a58d571858
commit
48dc1dfa17
@ -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