mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Fix typo
Fix typo on error message
This commit is contained in:
@@ -9,7 +9,7 @@ function LookupErrorMessage({ error, i18n }) {
|
||||
|
||||
return (
|
||||
<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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user