summaryrefslogtreecommitdiffstats
path: root/apps/testing/appinfo/info.xml
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-01-20 14:28:05 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-01-21 12:12:43 +0100
commite6246bea737602570497a28dae6f967eeacda000 (patch)
tree820ee34940bfd4705247e82c24442b468b44a9d6 /apps/testing/appinfo/info.xml
parent8bf7b8f538f304bf68628d96f9de04f50a0728da (diff)
downloadnextcloud-server-e6246bea737602570497a28dae6f967eeacda000.tar.gz
nextcloud-server-e6246bea737602570497a28dae6f967eeacda000.zip
testing app: fix app name capitalization
Diffstat (limited to 'apps/testing/appinfo/info.xml')
-rw-r--r--apps/testing/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/testing/appinfo/info.xml b/apps/testing/appinfo/info.xml
index fa9526aa06a..cfbe75ddadc 100644
--- a/apps/testing/appinfo/info.xml
+++ b/apps/testing/appinfo/info.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<info>
<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>
<licence>AGPL</licence>
<author>Joas Schilling</author>