mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
fix: remove extra word (#25390)
> No issue, just something I noticed # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Manual QA for all new/changed functionality
This commit is contained in:
parent
e80034e5e4
commit
6747f9cd5d
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ const DeleteSoftwareModal = ({
|
|||
<>
|
||||
<p>
|
||||
Software won't be uninstalled from existing hosts, but any
|
||||
pending pending installs and uninstalls{" "}
|
||||
pending installs and uninstalls{" "}
|
||||
{softwarePackageName ? (
|
||||
<>
|
||||
for <b> {softwarePackageName}</b>{" "}
|
||||
|
|
|
|||
Loading…
Reference in a new issue