Copy change: "platform(s)" to "platforms" (#26243)
See https://github.com/fleetdm/fleet/issues/25939
This commit is contained in:
@@ -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.
|
||||
</>
|
||||
|
||||
+1
-1
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user