mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix cta button verbage to match Figma (#3236)
This commit is contained in:
parent
d0d0700c1f
commit
1d69e50143
1 changed files with 2 additions and 2 deletions
|
|
@ -515,7 +515,7 @@ const PolicyForm = ({
|
|||
!hasTeamMaintainerPermissions
|
||||
}
|
||||
>
|
||||
Save
|
||||
<>Save{!isEditMode && " policy"}</>
|
||||
</Button>
|
||||
</div>{" "}
|
||||
<ReactTooltip
|
||||
|
|
@ -541,7 +541,7 @@ const PolicyForm = ({
|
|||
variant="blue-green"
|
||||
onClick={goToSelectTargets}
|
||||
>
|
||||
Run query
|
||||
Run
|
||||
</Button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue