* [bug #55891, done, 0.1h] fix file list filter texts.

This commit is contained in:
sunhao
2024-10-18 11:17:22 +08:00
committed by 刘刚
parent 523603ae41
commit 7eeaa70bf0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ $lang->doc->whitelistDeny['doc'] = "<i class='icon pr-1 text-important ico
$lang->doc->filterTypes[] = array('all', 'All');
$lang->doc->filterTypes[] = array('draft', 'Draft');
$lang->doc->filterTypes[] = array('collect', 'Collected');
$lang->doc->filterTypes[] = array('collect', 'Collected by me');
$lang->doc->filterTypes[] = array('createdByMe', 'Created by me');
$lang->doc->filterTypes[] = array('editedByMe', 'Edited by me');
+3 -3
View File
@@ -426,9 +426,9 @@ $lang->doc->whitelistDeny['doc'] = "<i class='icon pr-1 text-important ico
$lang->doc->filterTypes[] = array('all', '全部');
$lang->doc->filterTypes[] = array('draft', '草稿');
$lang->doc->filterTypes[] = array('collect', '已收藏');
$lang->doc->filterTypes[] = array('createdByMe', '我创建');
$lang->doc->filterTypes[] = array('editedByMe', '我编辑');
$lang->doc->filterTypes[] = array('collect', '我收藏的');
$lang->doc->filterTypes[] = array('createdByMe', '我创建的');
$lang->doc->filterTypes[] = array('editedByMe', '我编辑的');
$lang->doc->fileFilterTypes[] = array('all', '全部');
$lang->doc->fileFilterTypes[] = array('addedByMe', '我添加');