Skip to content

Commit 4926298

Browse files
committed
- Fixed missing save and cancel button texts in web form.
1 parent fe5f535 commit 4926298

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

interface/web/sites/web_domain_edit.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,9 @@ function onShowEnd() {
471471
}
472472
}
473473

474+
$app->tpl->setVar('btn_save_txt',$app->lng('btn_save_txt'));
475+
$app->tpl->setVar('btn_cancel_txt',$app->lng('btn_cancel_txt'));
476+
474477
parent::onShowEnd();
475478
}
476479

0 commit comments

Comments
 (0)