Skip to content

Commit

Permalink
Merge pull request #179 from uniquelau/master
Browse files Browse the repository at this point in the history
Add label to "Recipient addresses" on the "Emails" tab
  • Loading branch information
kjac authored Mar 3, 2018
2 parents 6fdadd4 + 7e23ad1 commit 3dc2c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Umbraco/Plugin/editor/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ <h4 ng-show="emailTemplates.confirmation" form-editor-localize key="emailNotific
</label>
<div class="controls controls-row">
<input type="text" form-editor-multiple-emails class="umb-editor" id="emailNotificationRecipients" ng-model="model.value.emailNotificationRecipients" />
<small class="help-text" form-editor-localize="" key="email.submittedValues.helpText">You can send to multiple email addresses by seperating them with a single comma.</small>
</div>
<label class="control-label" for="emailNotificationSubject" form-editor-localize key="emailNotification.subject">
Email subject
Expand Down

0 comments on commit 3dc2c5c

Please sign in to comment.