Skip to content
Snippets Groups Projects
Unverified Commit 885163e5 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #20864 from nextcloud/enh/install_naming

Install page app naming
parents 9012f4f9 01608170
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,7 @@ script('core', [ ...@@ -166,7 +166,7 @@ script('core', [
<input type="checkbox" id="install-recommended-apps" name="install-recommended-apps" class="checkbox checkbox--white" checked> <input type="checkbox" id="install-recommended-apps" name="install-recommended-apps" class="checkbox checkbox--white" checked>
<label for="install-recommended-apps"> <label for="install-recommended-apps">
<?php p($l->t('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> </label>
</p> </p>
</fieldset> </fieldset>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment