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:
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 603ce893..b13a30a5 100644
--- a/page-signup.php
+++ b/page-signup.php
@@ -69,7 +69,8 @@ $officialApps = [
'mindmaps' => $l->t('Mindmaps'),
'passman' => $l->t('Passman'),
'drawio' => $l->t('Draw.io'),
- 'bookmarks' => $l->t('Bookmarks')
+ 'bookmarks' => $l->t('Bookmarks'),
+ 'audioplayer' => $l->t('Audioplayer')
];
$coreApps = ['files', 'calendar', 'contacts', 'spreed', 'mail', 'tasks', 'notes'];