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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-06-19 10:57:50 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-06-19 10:57:50 +0300
commitdb7f558d8b7e5434a6477557b22bc9d549d75cd7 (patch)
tree9cd5fa35470030d63940b74f260fe8c1278f3f49 /appinfo/info.xml
parenta0b737b2de276c8b951ecb75b7716aad58eef5b2 (diff)
Fix app name
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a574cd6..f3e3e24 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -2,7 +2,7 @@
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>twofactor_gateway</id>
- <name>Two Factor SMS Provider</name>
+ <name>Two Factor Gateway Provider</name>
<summary>sms two-factor provider</summary>
<description>A message-based two-factor-auth provider</description>
<version>0.5.0</version>