From 21d51a5f515b958e76606ae0f6ff0559d36790cf Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 24 Aug 2023 11:05:10 -0700 Subject: [PATCH] Fix spelling mistake / typo: "Criticall error" 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 --- ui/webui/src/components/Error.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/webui/src/components/Error.jsx b/ui/webui/src/components/Error.jsx index bbe2629a051..6fafe397122 100644 --- a/ui/webui/src/components/Error.jsx +++ b/ui/webui/src/components/Error.jsx @@ -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")}