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@users.noreply.github.com>2019-08-15 18:03:54 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-08-15 18:12:08 +0300
commitbcb102d7a9912863755e0481335fc418fcb05d75 (patch)
tree8b98a125d6930d321a99fdce276d17dfaa220ae4 /page-signup.php
parenta1a1a96a9171155b83d7de69c6f974c7666157c0 (diff)
Add audioplayer.svg
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'];