summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-02-02 14:47:45 -0600
committerGitHub <noreply@github.com>2017-02-02 14:47:45 -0600
commit949fbdef33c527ef481bcf1cb44c9d8c4a781000 (patch)
tree5ae8cb7b70bdef55cccd0de364535804bf5f0dc1
parentb946ec9d6cb987afae9c4ffd2a6efff5f18c41c9 (diff)
parentd318e2b005ed6c4eb13ce0ccae893f88d0d7708f (diff)
downloadnextcloud-server-949fbdef33c527ef481bcf1cb44c9d8c4a781000.tar.gz
nextcloud-server-949fbdef33c527ef481bcf1cb44c9d8c4a781000.zip
Merge pull request #3359 from nextcloud/fix-sharing-app-description
Fix Sharing app description
-rw-r--r--apps/files_sharing/appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index 322efdb6c00..e93bc99d540 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -3,8 +3,8 @@
<id>files_sharing</id>
<name>File sharing</name>
<description>
- This application enables users to share files within ownCloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within ownCloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of ownCloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.
-Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the ownCloud Documentation.
+ This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.
+Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation.
</description>
<licence>AGPL</licence>