]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix typo and capitalize cruds
authorBjoern Schiessle <bjoern@schiessle.org>
Wed, 29 Mar 2017 16:13:12 +0000 (18:13 +0200)
committerBjoern Schiessle <bjoern@schiessle.org>
Mon, 3 Apr 2017 08:29:32 +0000 (10:29 +0200)
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
core/js/sharedialogshareelistview.js

index b58c646be27404dff9042ddcba70983b06bbe7da..233df23ee6366e70960238aa79a8f025060b56e8 100644 (file)
                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(),