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:
softwarefactory-project-zuul[bot]
2021-02-16 16:58:57 +00:00
committed by GitHub

View File

@@ -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>
);
}