Skip to content

Commit

Permalink
Merge pull request #685 from OpenOlitor/dev/OO#164_email_comment_100_…
Browse files Browse the repository at this point in the history
…chars

OO#164 email comment max size is 100 chars
  • Loading branch information
mcmpp authored Jul 16, 2024
2 parents b29cb7f + 778c9b1 commit 0b8cbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/mailvorlagen/mailvorlagen.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h3 class="panel-title">
<label for="subject" translate>Betreff</label>
</div>
<div class="col-md-12">
<input type="text" class="form-control" id="subject" ng-model="selectedVorlage.subject" required placeholder="{{'Prägnanter Betreff'|translate}}" maxlength="30">
<input type="text" class="form-control" id="subject" ng-model="selectedVorlage.subject" required placeholder="{{'Prägnanter Betreff'|translate}}" maxlength="100">
</div>
</div>
<div class="row form-group">
Expand Down

0 comments on commit 0b8cbd2

Please sign in to comment.