testing app: fix app name capitalization
This commit is contained in:
parent
8bf7b8f538
commit
e6246bea73
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<info>
|
<info>
|
||||||
<id>testing</id>
|
<id>testing</id>
|
||||||
<name>QA Testing</name>
|
<name>QA testing</name>
|
||||||
<description>This app is only for testing! It is dangerous to have it enabled in a live instance</description>
|
<description>This app is only for testing! It is dangerous to have it enabled in a live instance</description>
|
||||||
<licence>AGPL</licence>
|
<licence>AGPL</licence>
|
||||||
<author>Joas Schilling</author>
|
<author>Joas Schilling</author>
|
||||||
|
|
Loading…
Reference in New Issue