1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

💄 🐷 Remove word "static" from PSM

refs #4374

- see if taking this word away + the throbber makes it clearer
This commit is contained in:
Hannah Wolfe 2017-06-22 11:31:41 +01:00
parent 11ad2a23f8
commit ba5c6f7d69

View file

@ -105,7 +105,7 @@
<label class="checkbox" for="static-page" {{action "togglePage" bubbles="false"}}>
{{one-way-checkbox model.page type="checkbox" name="static-page" id="static-page" class="gh-input post-setting-static-page" update=(action (mut model.page))}}
<span class="input-toggle-component"></span>
<p>Turn this post into a static page</p>
<p>Turn this post into a page</p>
</label>
<label class="checkbox" for="featured" {{action "toggleFeatured" bubbles="false"}}>