Skip to content

Commit

Permalink
Merge pull request #29375 from nextcloud/bugfix/noid/translate-calend…
Browse files Browse the repository at this point in the history
…ar-schedule-response

Make calendar schedule options translatable
  • Loading branch information
szaimen authored Oct 22, 2021
2 parents e75d226 + b30f499 commit 686f293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dav/templates/schedule-response-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</div>
</fieldset>
<fieldset id="more_options">
<input type="number" min="0" name="guests" placeholder="Guests" />
<input type="text" name="comment" placeholder="Comment" />
<input type="number" min="0" name="guests" placeholder="<?php p($l->t('Number of guests')); ?>" />
<input type="text" name="comment" placeholder="<?php p($l->t('Comment')); ?>" />
</fieldset>
<fieldset>
<input type="submit" value="<?php p($l->t('Save'));?>">
Expand Down

0 comments on commit 686f293

Please sign in to comment.