diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-03-17 10:15:46 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2022-03-17 10:15:46 +0100 |
commit | bffeaa6203e04bf0a3bd214b11efb4991d5d272e (patch) | |
tree | be10049d3246a074ca62c3b97b4fea944ce17229 /apps/dashboard | |
parent | 475a859aae8254da9dfbcd0635b7aaae0ac92d1b (diff) | |
download | nextcloud-server-bffeaa6203e04bf0a3bd214b11efb4991d5d272e.tar.gz nextcloud-server-bffeaa6203e04bf0a3bd214b11efb4991d5d272e.zip |
Add proper description for the dashboard app
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/dashboard')
-rw-r--r-- | apps/dashboard/appinfo/info.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/dashboard/appinfo/info.xml b/apps/dashboard/appinfo/info.xml index e62fa9da8cc..846f302c544 100644 --- a/apps/dashboard/appinfo/info.xml +++ b/apps/dashboard/appinfo/info.xml @@ -4,7 +4,12 @@ <id>dashboard</id> <name>Dashboard</name> <summary>Dashboard app</summary> - <description><![CDATA[Show something]]></description> + <description><![CDATA[Start your day informed + +The Nextcloud Dashboard is your starting point of the day, giving you an +overview of your upcoming appointments, urgent emails, chat messages, +incoming tickets, latest tweets and much more! Users can add the widgets +they like and change the background to their liking.]]></description> <version>7.4.0</version> <licence>agpl</licence> <author>Julius Härtl</author> |