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 4f8f19695f
commit 2654dcc432
1 changed files with 1 additions and 1 deletions

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