diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-03-22 16:06:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 16:06:55 +0100 |
commit | 0e57491f6b7105934239b5f21143a43e89fdb839 (patch) | |
tree | 68cd359ddd86efc973085aa336333f5b26c54fee /apps/dashboard | |
parent | d5b0f81ef55ccb39fb6b276e55ae581af866e4a4 (diff) | |
parent | bffeaa6203e04bf0a3bd214b11efb4991d5d272e (diff) | |
download | nextcloud-server-0e57491f6b7105934239b5f21143a43e89fdb839.tar.gz nextcloud-server-0e57491f6b7105934239b5f21143a43e89fdb839.zip |
Merge pull request #31601 from nextcloud/enh/dashboard-description
Add proper description for the dashboard app
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> |