diff --git a/interface/web/sites/web_domain_edit.php b/interface/web/sites/web_domain_edit.php
index ccb356c26842a3dc86c2faecaefcc99d3938979d..2c0bb605d6c8ef694622570345530f8c3b13154c 100644
--- a/interface/web/sites/web_domain_edit.php
+++ b/interface/web/sites/web_domain_edit.php
@@ -471,6 +471,9 @@ class page_action extends tform_actions {
 			}
 		}
 
+		$app->tpl->setVar('btn_save_txt',$app->lng('btn_save_txt'));
+		$app->tpl->setVar('btn_cancel_txt',$app->lng('btn_cancel_txt'));
+		
 		parent::onShowEnd();
 	}