Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-01 11:51:01 +0300
committerJos Poortvliet <jos@opensuse.org>2018-11-01 15:02:47 +0300
commit701cf96b1e17c2e6e05274612402fc96271363f5 (patch)
treeebaaf19eeaee91d7b1ba2a4a3622175bacd20ede /page-signup.php
parent06f51a1a13b113d33ebb645b04082e918509cfd8 (diff)
Signup fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'page-signup.php')
-rw-r--r--page-signup.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/page-signup.php b/page-signup.php
index 58af22cf..39a17d6f 100644
--- a/page-signup.php
+++ b/page-signup.php
@@ -72,7 +72,8 @@ $officialApps = [
'fulltextsearch' => $l->t('Full text search'),
'mindmaps' => $l->t('Mindmaps'),
'passman' => $l->t('Passman'),
- 'drawio' => $l->t('Draw.io')
+ 'drawio' => $l->t('Draw.io'),
+ 'bookmarks' => $l->t('Bookmarks')
];
$coreApps = ['files', 'calendar', 'contacts', 'spreed', 'mail', 'tasks', 'notes'];