Skip to content

Commit

Permalink
Localization for #179
Browse files Browse the repository at this point in the history
  • Loading branch information
kjac committed Mar 3, 2018
1 parent 3dc2c5c commit 81aa7b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Umbraco/Plugin/editor/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +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>
<small class="help-text" form-editor-localize="" key="emailNotification.recipients.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
1 change: 1 addition & 0 deletions Source/Umbraco/Plugin/js/langs/da-dk.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"emailNotification.header": "E-mailnotifikation",
"emailNotification.text": "Hvis du vil have e-mailnotifikation, når brugerne udfylder formularen, skal du indtaste modtagernes e-mailadresser, e-mailens emnetekst og afsenderens e-mailadresse.",
"emailNotification.recipients": "Modtager-adresser",
"emailNotification.recipients.helpText": "Du kan tilføje flere e-mailadresser, adskilt af komma",
"emailNotification.subject": "Emnetekst",
"emailNotification.sender": "Afsenderens e-mailadresse",

Expand Down

0 comments on commit 81aa7b6

Please sign in to comment.