mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Updated publish-menu copy for email-only posts
This commit is contained in:
parent
62fa738da3
commit
12036f48b3
2 changed files with 5 additions and 6 deletions
|
@ -15,8 +15,8 @@
|
|||
<div class="gh-publishmenu-radio {{if (eq @saveType "publish") "active"}}" {{on "click" (fn this.setSaveType "publish")}}>
|
||||
<div class="gh-publishmenu-radio-button" data-test-publishmenu-published-option></div>
|
||||
<div class="gh-publishmenu-radio-content">
|
||||
<div class="gh-publishmenu-radio-label">Set it live now</div>
|
||||
<div class="gh-publishmenu-radio-desc">Publish this {{@post.displayName}} immediately</div>
|
||||
<div class="gh-publishmenu-radio-label">{{#if this.args.post.emailOnly}}Send email now{{else}}Set it live now{{/if}}</div>
|
||||
<div class="gh-publishmenu-radio-desc">{{#if this.args.post.emailOnly}}Deliver this immediately{{else}}Publish this {{@post.displayName}} immediately{{/if}}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="gh-publishmenu-radio {{if (eq @saveType "schedule") "active"}}" {{on "click" (fn this.setSaveType "schedule")}}>
|
||||
|
@ -35,7 +35,7 @@
|
|||
@minDate={{this._minDate}}
|
||||
@isActive={{eq @saveType "schedule"}}
|
||||
/>
|
||||
<div class="gh-publishmenu-radio-desc">Set automatic future publish date</div>
|
||||
<div class="gh-publishmenu-radio-desc">{{#if this.args.post.emailOnly}}Send email at a specific time{{else}}Set automatic future publish date{{/if}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -66,11 +66,10 @@
|
|||
|
||||
.gh-publishmenu-select {
|
||||
display: inline-block;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
.gh-publishmenu-select .ember-power-select-inline {
|
||||
color: var(--green-d1);
|
||||
color: var(--black);
|
||||
font-size: 1.7rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.25em;
|
||||
|
@ -83,7 +82,7 @@
|
|||
}
|
||||
|
||||
.gh-publishmenu-select .ember-power-select-inline svg path {
|
||||
stroke: var(--green-d1) !important;
|
||||
stroke: var(--black) !important;
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue