diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-07-16 16:26:39 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-07-16 16:28:26 +0200 |
commit | 98cf2bab488af7cf64399bbe43560c9b68d50f47 (patch) | |
tree | 8fdc1589cb6ccabf47877781c33e90f39043e6f4 /apps/files_sharing/js | |
parent | 18790858caea8f20f09ade8c7e3039da6dd1483b (diff) | |
download | nextcloud-server-98cf2bab488af7cf64399bbe43560c9b68d50f47.tar.gz nextcloud-server-98cf2bab488af7cf64399bbe43560c9b68d50f47.zip |
Rename "Shares overview" to "Shares"
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r-- | apps/files_sharing/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/js/app.js b/apps/files_sharing/js/app.js index ce16c1da927..76d52cfe9e0 100644 --- a/apps/files_sharing/js/app.js +++ b/apps/files_sharing/js/app.js @@ -132,7 +132,7 @@ OCA.Sharing.App = { ); this._extendFileList(this._overviewFileList); - this._overviewFileList.appName = t('files_sharing', 'Share overview'); + this._overviewFileList.appName = t('files_sharing', 'Shares'); this._overviewFileList.$el.find('#emptycontent').html('<div class="icon-share"></div>' + '<h2>' + t('files_sharing', 'No shares') + '</h2>' + '<p>' + t('files_sharing', 'Shares will show up here') + '</p>'); |