mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
fix: change copy (#24530)
This commit is contained in:
parent
5ee939c2c0
commit
c5d7172a86
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue