Browse Source
Install page app naming
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/20864/head
Roeland Jago Douma
6 years ago
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with
1 additions and
1 deletions
-
core/templates/installation.php
|
|
|
@ -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> |
|
|
|
|