mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: update text on policy details page (#25989)
Changes: - Added a missing colon to the text above checks on the policy details page.
This commit is contained in:
parent
56b0f0bd61
commit
b7dc3e0a6a
1 changed files with 1 additions and 1 deletions
2
website/views/pages/policy-details.ejs
vendored
2
website/views/pages/policy-details.ejs
vendored
|
|
@ -39,7 +39,7 @@
|
|||
</div>
|
||||
<div purpose="policy-check">
|
||||
<h3>Check</h3>
|
||||
<p>Use the policy below to verify</p>
|
||||
<p>Use the policy below to verify:</p>
|
||||
<div purpose="codeblock">
|
||||
<div purpose="codeblock-tabs" >
|
||||
<a purpose="codeblock-tab" :class="[ selectedTab === 'sql' ? 'selected' : '']" @click="selectedTab = 'sql'">Query</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue