0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Changed running and success copy for publish button when scheduled

No ref
This commit is contained in:
Sanne de Vries 2022-05-18 15:14:38 +02:00
parent d87aef7e0a
commit 02a3f4d784
2 changed files with 12 additions and 2 deletions

View file

@ -59,7 +59,17 @@
{{/if}}
<div class="gh-publish-cta">
{{#if @publishOptions.willOnlyEmail}}
{{#if @publishOptions.isScheduled}}
<GhTaskButton
@task={{this.confirmTask}}
@buttonText={{this.confirmButtonText}}
@runningText="Scheduling"
@successText="Scheduled"
@class="gh-btn gh-btn-large"
@idleClass="gh-btn-pulse"
@showIcon={{false}}
/>
{{else if @publishOptions.willOnlyEmail}}
<GhTaskButton
@task={{this.confirmTask}}
@buttonText={{this.confirmButtonText}}

View file

@ -653,7 +653,7 @@
}
.gh-post-bookmark-wrapper {
margin-bottom: 24px;
margin-bottom: 4rem;
}
.gh-post-bookmark {