Browse Source

Merge pull request #1240 from nextcloud/comradekingu-patch-1

Lowercase "groups"
Mario Đanić 7 years ago
parent
commit
3baa17f3e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/res/values/strings.xml

+ 1 - 1
src/main/res/values/strings.xml

@@ -527,7 +527,7 @@
     <string name="share_sharee_unavailable">Upgrade the server version to allow sharing between users from within their clients.\nPlease contact your administrator</string>
     <string name="filedetails_share_link_enable">Share by link enabled</string>
     <string name="filedetails_share_link_disable">Not shared by link</string>
-    <string name="filedetails_share_users_with_access">Users and Groups with access</string>
+    <string name="filedetails_share_users_with_access">Users and groups with access</string>
     <string name="share_privilege_can_share">can share</string>
     <string name="share_privilege_can_edit">can edit</string>
     <string name="share_privilege_can_edit_create">create</string>