Removed full stop from scheduling text in editor

no refs.
This commit is contained in:
Peter Zimon 2020-10-09 16:56:37 +02:00
parent a7c0dc7469
commit d567e975d2

View File

@ -10,7 +10,7 @@
{{/if}}
{{else if @post.isScheduled}}
<time datetime="{{@post.publishedAtUTC}}" class="ml1 green f8" data-test-schedule-countdown>
Will be published {{this.scheduledText}}.
Will be published {{this.scheduledText}}
</time>
{{else if @post.isNew}}
New