* Rename the privilege of my-todo.

This commit is contained in:
liumengyi
2023-04-13 17:02:32 +08:00
parent 11036fff26
commit c95c02362e
5 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ $lang->index->methodOrder[0] = 'index';
/* My module. */
$lang->resource->my = new stdclass();
$lang->resource->my->index = 'indexAction';
$lang->resource->my->todo = 'todo';
$lang->resource->my->todo = 'todoAction';
$lang->resource->my->calendar = 'calendarAction';
$lang->resource->my->work = 'workAction';
$lang->resource->my->audit = 'audit';
+1
View File
@@ -5,6 +5,7 @@ global $config;
$lang->my->index = 'Home';
$lang->my->data = 'My Data';
$lang->my->todo = 'My Todos';
$lang->my->todoAction = 'Schedule List';
$lang->my->calendar = 'Schedule';
$lang->my->work = 'Work';
$lang->my->contribute = 'Contribute';
+1
View File
@@ -5,6 +5,7 @@ global $config;
$lang->my->index = 'Home';
$lang->my->data = 'My Data';
$lang->my->todo = 'My Todos';
$lang->my->todoAction = 'Schedule List';
$lang->my->calendar = 'Schedule';
$lang->my->work = 'Work';
$lang->my->contribute = 'Contribute';
+1
View File
@@ -5,6 +5,7 @@ global $config;
$lang->my->index = 'Home';
$lang->my->data = 'My Data';
$lang->my->todo = 'My Todos';
$lang->my->todoAction = 'Schedule List';
$lang->my->calendar = 'Schedule';
$lang->my->work = 'Work';
$lang->my->contribute = 'Contribute';
+1
View File
@@ -5,6 +5,7 @@ global $config;
$lang->my->index = '首页';
$lang->my->data = '我的数据';
$lang->my->todo = '我的待办';
$lang->my->todoAction = '日程列表';
$lang->my->calendar = '日程';
$lang->my->work = '待处理';
$lang->my->contribute = '贡献';