Host details > Delete should say "Delete" instead of "Delete hosts" (#43191)

For the following bug:
- https://github.com/fleetdm/fleet/issues/43190
This commit is contained in:
Noah Talerman 2026-04-08 10:55:35 -04:00 committed by GitHub
parent aef980c76c
commit 873d7e398d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ const DeleteHostModal = ({
hostsCount >= 500;
return (
<Modal title="Delete hosts" onExit={onCancel} className={baseClass}>
<Modal title="Delete" onExit={onCancel} className={baseClass}>
<p>
This will remove <b>{hostText()}</b> and associated data such as unlock
PINs and disk encryption keys.