mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Updated edit newsletter modal copy
Refs https://github.com/TryGhost/Team/issues/1525
This commit is contained in:
parent
3764882e5a
commit
b5dd98b62f
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
<GhFormGroup @classNames="vertical" @errors={{@newsletter.errors}} @hasValidated={{@newsletter.hasValidated}} @property="description">
|
<GhFormGroup @classNames="vertical" @errors={{@newsletter.errors}} @hasValidated={{@newsletter.hasValidated}} @property="description">
|
||||||
<label for="newsletter-description" class="modal-fullsettings-title">Description</label>
|
<label for="newsletter-description" class="modal-fullsettings-title">Description</label>
|
||||||
<p>Seen by members on your site.</p>
|
<p>Seen by members on your site</p>
|
||||||
<textarea
|
<textarea
|
||||||
id="newsletter-description"
|
id="newsletter-description"
|
||||||
class="gh-input miw-100 form-text"
|
class="gh-input miw-100 form-text"
|
||||||
|
@ -31,6 +31,7 @@
|
||||||
<h3 class="gh-newsletters-setting-sectionheading">Email addresses</h3>
|
<h3 class="gh-newsletters-setting-sectionheading">Email addresses</h3>
|
||||||
<GhFormGroup @classNames="vertical" @errors={{@newsletter.errors}} @hasValidated={{@newsletter.hasValidated}} @property="senderName">
|
<GhFormGroup @classNames="vertical" @errors={{@newsletter.errors}} @hasValidated={{@newsletter.hasValidated}} @property="senderName">
|
||||||
<label for="newsletter-sender-name" class="modal-fullsettings-title">Sender name</label>
|
<label for="newsletter-sender-name" class="modal-fullsettings-title">Sender name</label>
|
||||||
|
<p>The name members will see in their inbox</p>
|
||||||
<input
|
<input
|
||||||
id="newsletter-sender-name"
|
id="newsletter-sender-name"
|
||||||
type="text"
|
type="text"
|
||||||
|
|
Loading…
Add table
Reference in a new issue