Copy change: "platform(s)" to "platforms" (#26243)

See https://github.com/fleetdm/fleet/issues/25939
This commit is contained in:
Rachael Shaw
2025-02-11 10:59:33 -06:00
committed by GitHub
parent 6e5b5085d6
commit 15bbac88ed
3 changed files with 4 additions and 4 deletions
@@ -111,7 +111,7 @@ export const PlatformSelector = ({
</Checkbox>
</span>
<div className="form-field__help-text">
Policy runs on all hosts with these platform(s).
Policy runs on all hosts with these platforms.
{renderInstallSoftwareHelpText()}
</div>
</div>
@@ -621,7 +621,7 @@ const PolicyForm = ({
id="save-policy-button"
backgroundColor={COLORS["tooltip-bg"]}
>
Select the platform(s) this
Select the platforms this
<br />
policy will be checked on
<br />
@@ -660,7 +660,7 @@ const PolicyForm = ({
<>Live queries are disabled in organization settings</>
) : (
<>
Select the platform(s) this <br />
Select the platforms this <br />
policy will be checked on <br />
to save or run the policy.
</>
@@ -281,7 +281,7 @@ const SaveNewPolicyModal = ({
id={`${baseClass}__button--modal-save-tooltip`}
backgroundColor={COLORS["tooltip-bg"]}
>
Select the platform(s) this
Select the platforms this
<br />
policy will be checked on
<br />