diff options
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index 01e2729d..f5f7be34 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -1852,7 +1852,7 @@ { $cmbHosts->AddItem($host["hostid"],$host["host"]); } - $frmHost->AddRow(S_LINK_WITH_HOST,$cmbHosts); + $frmHost->AddRow(S_USE_TEMPLATES_OF_THIS_HOST,$cmbHosts); $frmHost->AddRow(S_USE_PROFILE,new CCheckBox("useprofile",$useprofile,NULL,"submit()")); if($useprofile=="yes") |
