diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-06-20 10:17:12 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-06-20 13:13:37 +0200 |
commit | 9107fd6cd6f55762d281aa34a4662b1d8e227285 (patch) | |
tree | 3fa056427cc897dea76f34fa4455f1dddf2f4aaf /apps/federation/appinfo | |
parent | 416466b700ade0b0c636b55fe4d5aacc507bbfcf (diff) | |
download | nextcloud-server-9107fd6cd6f55762d281aa34a4662b1d8e227285.tar.gz nextcloud-server-9107fd6cd6f55762d281aa34a4662b1d8e227285.zip |
fix federation strings
Diffstat (limited to 'apps/federation/appinfo')
-rw-r--r-- | apps/federation/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml index e51d3990cea..0b3b026a9e3 100644 --- a/apps/federation/appinfo/info.xml +++ b/apps/federation/appinfo/info.xml @@ -2,7 +2,7 @@ <info> <id>federation</id> <name>Federation</name> - <description>ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.</description> + <description>Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.</description> <licence>AGPL</licence> <author>Bjoern Schiessle</author> <version>0.1.0</version> |