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