mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
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:
parent
aef980c76c
commit
873d7e398d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue