diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-05-08 08:30:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 08:30:47 +0200 |
commit | 885163e5d1e8756aed703391452334290274b887 (patch) | |
tree | e046691e1f5dbc06ebf7de7e2f32f8578410ebb2 | |
parent | 9012f4f906524765a7cc12f98e878232502f5793 (diff) | |
parent | 016081707861aa8bce36f304acfbac00c4fd0686 (diff) | |
download | nextcloud-server-885163e5d1e8756aed703391452334290274b887.tar.gz nextcloud-server-885163e5d1e8756aed703391452334290274b887.zip |
Merge pull request #20864 from nextcloud/enh/install_naming
Install page app naming
-rw-r--r-- | core/templates/installation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index a7808a0103c..eb1942d83ee 100644 --- a/core/templates/installation.php +++ b/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> |