diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-01-17 02:02:10 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-01-24 10:30:47 +0100 |
commit | 607c55aaaab7519f8aa778735cd6f1c355728395 (patch) | |
tree | e7a509360f7537c5f15ea52ca868fcb526cf1732 /core/templates | |
parent | 2f27f122e167f27f1b09c3a4c9b70754ab953e88 (diff) | |
download | nextcloud-server-607c55aaaab7519f8aa778735cd6f1c355728395.tar.gz nextcloud-server-607c55aaaab7519f8aa778735cd6f1c355728395.zip |
Add new recommended 18 apps
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/templates')
-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 4efcebec38c..c0afc311939 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -163,7 +163,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' )); ?></span> + <span><?php p($l->t( 'Calendar, Contacts, Talk, Mail & OnlyOffice' )); ?></span> </label> </p> </fieldset> |