mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Updated newsletter management heading
- without the multiple newsletter UI flag, a site can have only one newsletter - updates the heading for newsletter management UI to singular in that case
This commit is contained in:
parent
57b8a83880
commit
6344344551
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
<div class="gh-main-section gh-newsletters">
|
||||
<div class="flex justify-between items-center">
|
||||
{{#if (feature "multipleNewslettersUI")}}
|
||||
<h4 class="gh-main-section-header small bn">Newsletters</h4>
|
||||
{{else}}
|
||||
<h4 class="gh-main-section-header small bn">Newsletter</h4>
|
||||
{{/if}}
|
||||
{{#if this.archivedNewsletters}}
|
||||
<div>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Reference in a new issue