mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Install page app naming
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
0643801d9b
commit
0160817078
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ script('core', [
|
|||
<input type="checkbox" id="install-recommended-apps" name="install-recommended-apps" class="checkbox checkbox--white" checked>
|
||||
<label for="install-recommended-apps">
|
||||
<?php p($l->t('Install recommended apps')); ?>
|
||||
<span><?php p($l->t('Calendar, Contacts, Talk, Mail & OnlyOffice')); ?></span>
|
||||
<span><?php p($l->t('Calendar, Contacts, Talk, Mail & Collaborative editing')); ?></span>
|
||||
</label>
|
||||
</p>
|
||||
</fieldset>
|
||||
|
|
|
|||
Loading…
Reference in a new issue