diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-03-29 18:13:12 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-03 10:29:32 +0200 |
commit | cfbabf8f2f36360e7dbd04955259a8df9c9ff028 (patch) | |
tree | 03cc3a2aac49f1e42d53cc113cea483b0e2cd679 /core/js/sharedialogshareelistview.js | |
parent | b84fd7c3615c9d7b1830b6d51f6ad5b943d06b9f (diff) | |
download | nextcloud-server-cfbabf8f2f36360e7dbd04955259a8df9c9ff028.tar.gz nextcloud-server-cfbabf8f2f36360e7dbd04955259a8df9c9ff028.zip |
fix typo and capitalize cruds
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'core/js/sharedialogshareelistview.js')
-rw-r--r-- | core/js/sharedialogshareelistview.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/js/sharedialogshareelistview.js b/core/js/sharedialogshareelistview.js index b58c646be27..233df23ee63 100644 --- a/core/js/sharedialogshareelistview.js +++ b/core/js/sharedialogshareelistview.js @@ -248,15 +248,15 @@ getShareProperties: function() { return { unshareLabel: t('core', 'Unshare'), - canShareLabel: t('core', 'can reshare'), - canEditLabel: t('core', 'can edit'), - createPermissionLabel: t('core', 'can create'), - updatePermissionLabel: t('core', 'can change'), - deletePermissionLabel: t('core', 'can delete'), + canShareLabel: t('core', 'Can reshare'), + canEditLabel: t('core', 'Can edit'), + createPermissionLabel: t('core', 'Can create'), + updatePermissionLabel: t('core', 'Can change'), + deletePermissionLabel: t('core', 'Can delete'), secureDropLabel: t('core', 'Secure drop (upload only)'), - expireDateLabel: t('core', 'set expiration data'), - passwordLabel: t('core', 'password protect'), - crudsLabel: t('core', 'access control'), + expireDateLabel: t('core', 'Set expiration date'), + passwordLabel: t('core', 'Password protect'), + crudsLabel: t('core', 'Access control'), triangleSImage: OC.imagePath('core', 'actions/triangle-s'), isResharingAllowed: this.configModel.get('isResharingAllowed'), sharePermissionPossible: this.model.sharePermissionPossible(), |