sprint_206_58259

This commit is contained in:
sunjun
2022-06-22 03:16:39 +00:00
parent 0e847b9645
commit 138aa7d507
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ $lang->kanban->error->childLimitEmpty = 'Please set the WIP quantity of the su
$lang->kanban->importList = array();
$lang->kanban->importList['off'] = 'Import is not enabled';
$lang->kanban->importList['on'] = 'Enable the import function, you can only import content that you have permission to view.';
$lang->kanban->importList['on'] = 'Enable import function (You can import content that you have permission to view as cards.)';
$lang->kanban->importObjectList = array();
$lang->kanban->importObjectList['plans'] = 'Product Plan';
+1 -1
View File
@@ -208,7 +208,7 @@ $lang->kanban->error->childLimitEmpty = '请先设置子列的在制品数量
$lang->kanban->importList = array();
$lang->kanban->importList['off'] = '不启用导入功能';
$lang->kanban->importList['on'] = '启用导入功能,只能导入自己有权查看的内容';
$lang->kanban->importList['on'] = '启用导入功能(可以导入自己有权查看的内容作为卡片)';
$lang->kanban->importObjectList = array();
$lang->kanban->importObjectList['plans'] = '计划';