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