Rename "Shares overview" to "Shares"

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-07-16 16:26:39 +02:00
父節點 18790858ca
當前提交 98cf2bab48
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: FE03C3A163FEDE68
共有 2 個文件被更改,包括 2 次插入2 次删除

查看文件

@ -93,7 +93,7 @@ if ($config->getAppValue('core', 'shareapi_enabled', 'yes') === 'yes') {
'appname' => 'files_sharing',
'script' => 'list.php',
'order' => 18,
'name' => $l->t('Share overview'),
'name' => $l->t('Shares'),
'classes' => 'collapsible',
'sublist' => $sharingSublistArray,
'expandedState' => 'show_sharing_menu'

查看文件

@ -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>');