* [bug#56527] fix lang.

This commit is contained in:
dingyongliang
2024-10-30 15:29:49 +08:00
committed by 田淑杰
parent 3b2ef914e3
commit a835f1013d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ $lang->doclib->spaceName = 'Space Name';
$lang->doclib->createSpace = 'Create Space';
$lang->doclib->editSpace = 'Edit Space';
$lang->doclib->privateACL = "Private (Only creators and whitelisted users with %s permissions can access it)";
$lang->doclib->defaultOrder = 'Document default order';
$lang->doclib->defaultOrder = 'Doc order';
$lang->doclib->tip = new stdclass();
$lang->doclib->tip->selectExecution = "When execution is empty, the library created is the {$lang->projectCommon} library";
+1 -1
View File
@@ -26,7 +26,7 @@ $lang->doclib->spaceName = 'Space Name';
$lang->doclib->createSpace = 'Create Space';
$lang->doclib->editSpace = 'Edit Space';
$lang->doclib->privateACL = "Private (Only creators and whitelisted users with %s permissions can access it)";
$lang->doclib->defaultOrder = 'Document default order';
$lang->doclib->defaultOrder = 'Doc order';
$lang->doclib->tip = new stdclass();
$lang->doclib->tip->selectExecution = "When execution is empty, the library created is the {$lang->projectCommon} library";
+1 -1
View File
@@ -26,7 +26,7 @@ $lang->doclib->spaceName = 'Space Name';
$lang->doclib->createSpace = 'Create Space';
$lang->doclib->editSpace = 'Edit Space';
$lang->doclib->privateACL = "Private (Only creators and whitelisted users with %s permissions can access it)";
$lang->doclib->defaultOrder = 'Document default order';
$lang->doclib->defaultOrder = 'Doc order';
$lang->doclib->tip = new stdclass();
$lang->doclib->tip->selectExecution = "When execution is empty, the library created is the {$lang->projectCommon} library";