0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05: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 533ad231f7
commit 808fd492de

View file

@ -105,7 +105,7 @@
<label class="checkbox" for="static-page" {{action "togglePage" bubbles="false"}}> <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))}} {{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> <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>
<label class="checkbox" for="featured" {{action "toggleFeatured" bubbles="false"}}> <label class="checkbox" for="featured" {{action "toggleFeatured" bubbles="false"}}>