From c5d7172a864ff7768fb9108d4d57fa9bccec335d Mon Sep 17 00:00:00 2001 From: Jahziel Villasana-Espinoza Date: Mon, 9 Dec 2024 14:32:15 -0500 Subject: [PATCH] fix: change copy (#24530) --- .../FleetMaintainedAppDetailsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareFleetMaintained/FleetMaintainedAppDetailsPage/FleetMaintainedAppDetailsPage.tsx b/frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareFleetMaintained/FleetMaintainedAppDetailsPage/FleetMaintainedAppDetailsPage.tsx index e3caae556b..5d88909a07 100644 --- a/frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareFleetMaintained/FleetMaintainedAppDetailsPage/FleetMaintainedAppDetailsPage.tsx +++ b/frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareFleetMaintained/FleetMaintainedAppDetailsPage/FleetMaintainedAppDetailsPage.tsx @@ -195,7 +195,7 @@ const FleetMaintainedAppDetailsPage = ({ } catch (e) { renderFlash( "error", - "Couldn't add automatic install policy. Software is successfuly added. To try again delete software and add it again.", + "Couldn't add automatic install policy. Software is successfully added. To retry, delete software and add it again.", { persistOnPageChange: true } ); }