* [bug#56843] fix edit host lang.

This commit is contained in:
liyang
2024-11-11 15:16:32 +08:00
committed by 曹延义
parent 65398de7c9
commit d16f4ddab8
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ $lang->host->common = 'Host';
$lang->host->browse = 'Host List';
$lang->host->create = 'Add Host';
$lang->host->view = 'Host View';
$lang->host->edit = 'Edit';
$lang->host->edit = 'Edit Host';
$lang->host->editAction = 'Edit Host';
$lang->host->delete = 'Delete';
$lang->host->deleteAction = 'Delete Host';
+1 -1
View File
@@ -3,7 +3,7 @@ $lang->host->common = 'Host';
$lang->host->browse = 'Host List';
$lang->host->create = 'Add Host';
$lang->host->view = 'Host View';
$lang->host->edit = 'Edit';
$lang->host->edit = 'Edit Host';
$lang->host->editAction = 'Edit Host';
$lang->host->delete = 'Delete';
$lang->host->deleteAction = 'Delete Host';
+1 -1
View File
@@ -3,7 +3,7 @@ $lang->host->common = 'Host';
$lang->host->browse = 'Host List';
$lang->host->create = 'Add Host';
$lang->host->view = 'Host View';
$lang->host->edit = 'Edit';
$lang->host->edit = 'Edit Host';
$lang->host->editAction = 'Edit Host';
$lang->host->delete = 'Delete';
$lang->host->deleteAction = 'Delete Host';
+1 -1
View File
@@ -3,7 +3,7 @@ $lang->host->common = '主机';
$lang->host->browse = '主机列表';
$lang->host->create = '添加主机';
$lang->host->view = '主机详情';
$lang->host->edit = '编辑';
$lang->host->edit = '编辑主机';
$lang->host->editAction = '编辑主机';
$lang->host->delete = '删除';
$lang->host->deleteAction = '删除主机';