mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Merge pull request #9320 from nixocio/ui_fix_minor_typo
Fix typo Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -9,7 +9,7 @@ function LookupErrorMessage({ error, i18n }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="pf-c-form__helper-text pf-m-error" aria-live="polite">
|
<div className="pf-c-form__helper-text pf-m-error" aria-live="polite">
|
||||||
{error.message || i18n._(t`An error occured`)}
|
{error.message || i18n._(t`An error occurred`)}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user