diff --git a/module/host/lang/de.php b/module/host/lang/de.php index 2fe61cdd2b..eab9654d55 100644 --- a/module/host/lang/de.php +++ b/module/host/lang/de.php @@ -177,4 +177,4 @@ $lang->host->notice->nameLength = 'Host name length should not exceed 100 charac $lang->host->notice->descLength = 'Host description length should not exceed 255 characters!'; $lang->host->CDlist = array(); -$lang->host->CDlist['manual'] = 'Manual'; +$lang->host->CDlist['manual'] = 'Manual Deploy'; diff --git a/module/host/lang/en.php b/module/host/lang/en.php index 2fe61cdd2b..eab9654d55 100644 --- a/module/host/lang/en.php +++ b/module/host/lang/en.php @@ -177,4 +177,4 @@ $lang->host->notice->nameLength = 'Host name length should not exceed 100 charac $lang->host->notice->descLength = 'Host description length should not exceed 255 characters!'; $lang->host->CDlist = array(); -$lang->host->CDlist['manual'] = 'Manual'; +$lang->host->CDlist['manual'] = 'Manual Deploy'; diff --git a/module/host/lang/fr.php b/module/host/lang/fr.php index 2fe61cdd2b..eab9654d55 100644 --- a/module/host/lang/fr.php +++ b/module/host/lang/fr.php @@ -177,4 +177,4 @@ $lang->host->notice->nameLength = 'Host name length should not exceed 100 charac $lang->host->notice->descLength = 'Host description length should not exceed 255 characters!'; $lang->host->CDlist = array(); -$lang->host->CDlist['manual'] = 'Manual'; +$lang->host->CDlist['manual'] = 'Manual Deploy'; diff --git a/module/host/lang/zh-cn.php b/module/host/lang/zh-cn.php index a9aff5b82a..a22cd2a520 100644 --- a/module/host/lang/zh-cn.php +++ b/module/host/lang/zh-cn.php @@ -177,4 +177,4 @@ $lang->host->notice->nameLength = '主机名称长度不能超过100个字符! $lang->host->notice->descLength = '主机描述长度不能超过255个字符!'; $lang->host->CDlist = array(); -$lang->host->CDlist['manual'] = '手工'; +$lang->host->CDlist['manual'] = '手动上线';