Skip to content

Commit

Permalink
Fix spelling mistake / typo: "Criticall error"
Browse files Browse the repository at this point in the history
Noticed this when finding a crash in the installer today. This
is a translation break, I guess, but shouldn't be too bad as
it was only added eight days ago?

Signed-off-by: Adam Williamson <awilliam@redhat.com>
  • Loading branch information
AdamWill committed Aug 24, 2023
1 parent 9ae006b commit 21d51a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/webui/src/components/Error.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const CriticalError = ({ exception, isBootIso, reportLinkURL }) => {
description={description}
reportLinkURL={addExceptionDataToReportURL(reportLinkURL, exception)}
idPrefix={idPrefix}
title={_("Criticall error")}
title={_("Critical error")}
titleIconVariant="danger"
logFile="/tmp/webui.log"
detailsLabel={_("Error details")}
Expand Down

0 comments on commit 21d51a5

Please sign in to comment.