Skip to content

Commit

Permalink
OO#164 email comment max size is 100 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmpp committed Jul 12, 2024
1 parent 55d7174 commit eec0b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/common/components/oo-email-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3 class="panel-title">
<label for="subject" translate>Betreff</label> *
</div>
<div class="col-md-12">
<input type="text" class="form-control" name="subject" ng-model="selectedMailTemplate.subject" required placeholder="{{'Prägnanter Betreff'|translate}}" maxlength="30">
<input type="text" class="form-control" name="subject" ng-model="selectedMailTemplate.subject" required placeholder="{{'Prägnanter Betreff'|translate}}" maxlength="100">
</div>
</div>
<div ng-show="url === 'mailing/sendEmailToInvoicesSubscribers'" class="row form-group">
Expand Down

0 comments on commit eec0b92

Please sign in to comment.