diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-10 14:06:17 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:03:18 +0100 |
commit | 427a12e11932716a87741686e558a0ad8b49bb03 (patch) | |
tree | 3658eb3e12a0380b8ed2f77baa5e052f63762ebe /src/config.xml | |
parent | aa8165f9173cf95c18deaaf0ce4e685d2cce3775 (diff) |
FUNCT First Dashboard version
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml index ce39792..c63c687 100644 --- a/src/config.xml +++ b/src/config.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <widget xmlns="http://www.w3.org/ns/widgets" id="webapps-dashboard" version="0.0.0"> - <name>SETTINGS</name> + <name>DASHBOARD</name> <icon src="icon.svg"/> <content src="index.html" type="text/html"/> <description>HTML5 Dashboard demo</description> |