mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 07:51:23 -03:30
Adds translations for missing strings in Toolbar.jsx
This commit is contained in:
parent
2506db88f2
commit
9bdd49bec5
@ -39,7 +39,7 @@ function Toolbar({ history, i18n, template }) {
|
||||
}}
|
||||
>
|
||||
<div style={{ display: 'flex' }}>
|
||||
<b>Workflow Visualizer</b>
|
||||
<b>{i18n._(t`Workflow Visualizer`)}</b>
|
||||
<VerticalSeparator />
|
||||
<b>{template.name}</b>
|
||||
</div>
|
||||
@ -51,7 +51,7 @@ function Toolbar({ history, i18n, template }) {
|
||||
alignItems: 'center',
|
||||
}}
|
||||
>
|
||||
<div>Total Nodes</div>
|
||||
<div>{i18n._(t`Total Nodes`)}</div>
|
||||
<Badge isRead>0</Badge>
|
||||
<VerticalSeparator />
|
||||
<Button variant="plain">
|
||||
@ -74,7 +74,7 @@ function Toolbar({ history, i18n, template }) {
|
||||
</Button>
|
||||
<VerticalSeparator />
|
||||
<Button variant="primary" onClick={handleVisualizerCancel}>
|
||||
Save
|
||||
{i18n._(t`Save`)}
|
||||
</Button>
|
||||
<VerticalSeparator />
|
||||
<Button
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user