mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -03:30
Mark string to be translated
Mark string to be translated
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user