Skip to content

Commit

Permalink
Merge pull request #5080 from AdamWill/criticall
Browse files Browse the repository at this point in the history
Fix spelling mistake / typo: "Criticall error"
  • Loading branch information
M4rtinK committed Aug 25, 2023
2 parents 9ae006b + 21d51a5 commit 4d435b5
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 4d435b5

Please sign in to comment.