mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Updated field description for email footer
This commit is contained in:
parent
c462bbba3b
commit
e175b97c5e
@ -156,11 +156,11 @@
|
|||||||
@name="footer"
|
@name="footer"
|
||||||
@html={{this.footerContent}}
|
@html={{this.footerContent}}
|
||||||
@class="miw-100 form-text gh-members-emailsettings-footer-input"
|
@class="miw-100 form-text gh-members-emailsettings-footer-input"
|
||||||
@placeholder="Any extra information or legal text"
|
|
||||||
@onChange={{fn this.changeSetting "footerContent"}}
|
@onChange={{fn this.changeSetting "footerContent"}}
|
||||||
@onFocus={{this.handleInputFocus}}
|
@onFocus={{this.handleInputFocus}}
|
||||||
@onBlur={{this.handleInputBlur}}
|
@onBlur={{this.handleInputBlur}}
|
||||||
/>
|
/>
|
||||||
|
<p>Any extra information or legal text</p>
|
||||||
</GhFormGroup>
|
</GhFormGroup>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
Loading…
Reference in New Issue
Block a user