summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-10-22 09:24:30 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-10-22 10:38:16 +0000
commit35910f483db4a6391863106dce3529a7c857e9dc (patch)
tree41dda710f00794f89eb505d4800f850a01a956d2 /apps
parenta080c08d64d38cd18e29a4d785cee4c8b6c4ee36 (diff)
downloadnextcloud-server-35910f483db4a6391863106dce3529a7c857e9dc.tar.gz
nextcloud-server-35910f483db4a6391863106dce3529a7c857e9dc.zip
Make calendar schedule options translatable
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/templates/schedule-response-options.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/templates/schedule-response-options.php b/apps/dav/templates/schedule-response-options.php
index da95454e4f5..97543735026 100644
--- a/apps/dav/templates/schedule-response-options.php
+++ b/apps/dav/templates/schedule-response-options.php
@@ -25,8 +25,8 @@ style('dav', 'schedule-response');
</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'));?>">