mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fix typo in flash message (#26792)
"Failed ot" -> "Failed to" 
This commit is contained in:
parent
88d4f8b4c6
commit
6886365468
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ const ChangeManagement = () => {
|
|||
refetchConfig();
|
||||
} catch (e) {
|
||||
const message = getErrorReason(e);
|
||||
renderFlash("error", message || "Failed ot update settings");
|
||||
renderFlash("error", message || "Failed to update settings");
|
||||
setIsUpdating(false);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue