Updated field description for email footer

This commit is contained in:
Peter Zimon 2021-09-01 14:13:42 +02:00
parent c462bbba3b
commit e175b97c5e

View File

@ -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>