Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-01-20 16:28:05 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-01-21 14:12:43 +0300
commite6246bea737602570497a28dae6f967eeacda000 (patch)
tree820ee34940bfd4705247e82c24442b468b44a9d6 /apps/testing/appinfo/info.xml
parent8bf7b8f538f304bf68628d96f9de04f50a0728da (diff)
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>