mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Updated email address in email settings preview
no refs. - set actual (dynamic) from address in email settings preview
This commit is contained in:
parent
37c5f0ce08
commit
b9ae1f6e95
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
||||||
<div class="gh-members-emailpreview-container">
|
<div class="gh-members-emailpreview-container">
|
||||||
<div class="gh-members-emailpreview-faux">
|
<div class="gh-members-emailpreview-faux">
|
||||||
<p>
|
<p>
|
||||||
<span class="strong">{{this.config.blogTitle}}</span> <newsletters@ghostsite.com>
|
<span class="strong">{{this.config.blogTitle}}</span> <{{this.settings.membersFromAddress}}>
|
||||||
</p>
|
</p>
|
||||||
<p><span class="dark">To:</span> Jamie Larson <jamie@example.com></p>
|
<p><span class="dark">To:</span> Jamie Larson <jamie@example.com></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue