mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #29389 from nextcloud/backport/29375/stable22
[stable22] Make calendar schedule options translatable
This commit is contained in:
commit
6c9a4dfe6f
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,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'));?>">
|
||||
|
|
|
|||
Loading…
Reference in a new issue