summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-08-05 15:50:17 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-08 16:45:40 +0200
commit352e8b3c79dd81d4f0b6edbb2481a50bb4588463 (patch)
tree7bc768fe132e919a303dfcd5d3fef08db9e225b0 /apps/files_sharing/appinfo
parentdae6432ae713751d95a1018551d24f6e10c2d02b (diff)
downloadnextcloud-server-352e8b3c79dd81d4f0b6edbb2481a50bb4588463.tar.gz
nextcloud-server-352e8b3c79dd81d4f0b6edbb2481a50bb4588463.zip
More casing
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r--apps/files_sharing/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index 5505efb3e7d..133119feabd 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<info>
<id>files_sharing</id>
- <name>Files sharing</name>
+ <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.