aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/collaborationresourceshandler.js
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-04-08 16:01:52 +0200
committerJulius Härtl <jus@bitgrid.net>2019-04-09 08:30:48 +0200
commitb479af83f06ae4d5330827a78d278d9266f514c0 (patch)
tree6627049d947ab33c5fbde02f8d17f3c3641a38eb /apps/files_sharing/src/collaborationresourceshandler.js
parentb518a6550d849e297914fd837c4af4885f183ea1 (diff)
downloadnextcloud-server-b479af83f06ae4d5330827a78d278d9266f514c0.tar.gz
nextcloud-server-b479af83f06ae4d5330827a78d278d9266f514c0.zip
Use label from apps
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/files_sharing/src/collaborationresourceshandler.js')
-rw-r--r--apps/files_sharing/src/collaborationresourceshandler.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_sharing/src/collaborationresourceshandler.js b/apps/files_sharing/src/collaborationresourceshandler.js
index ef7b271f780..8a668b3ce93 100644
--- a/apps/files_sharing/src/collaborationresourceshandler.js
+++ b/apps/files_sharing/src/collaborationresourceshandler.js
@@ -14,7 +14,6 @@ window.OCP.Collaboration.registerType('file', {
}, false);
});
},
- /** used in "Link to a {typeString}" */
- typeString: t('files_sharing', 'file'),
+ typeString: t('files_sharing', 'Link to a file'),
typeIconClass: 'icon-files-dark'
});