mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 23:41:23 -03:30
Fix run step title
This commit is contained in:
parent
ca1e597a4d
commit
0ac38ef5fc
@ -21,7 +21,7 @@ function RunStep({ i18n }) {
|
||||
return (
|
||||
<>
|
||||
<Title headingLevel="h1" size="xl">
|
||||
{i18n._(t`Don't Run`)}
|
||||
{i18n._(t`Run`)}
|
||||
</Title>
|
||||
<p>
|
||||
{i18n._(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user