Fabian Deutsch has uploaded a new change for review. Change subject: page: Use package name everywhere ......................................................................
page: Use package name everywhere Change-Id: Ifee0293d0b7521e254a619e76f1a0255d65e4418 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1152428 Signed-off-by: Fabian Deutsch <[email protected]> --- M src/engine_page.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node-plugin-vdsm refs/changes/49/34949/1 diff --git a/src/engine_page.py b/src/engine_page.py index a8591d1..fdee9ac 100644 --- a/src/engine_page.py +++ b/src/engine_page.py @@ -198,8 +198,8 @@ ui.KeywordLabel("vdsm_cfg.cert", "Certificate Status: "), ui.Divider("divider[1]"), ui.Label("vdsm_cfg.password._label", - "Optional password for adding Node through oVirt " + - "Engine UI"), + "Optional password for adding Node through " + + str(config.engine_name)), ui.Label("vdsm_cfg.password._label2", "Note: Setting password will enable SSH daemon"), ui.ConfirmedEntry("vdsm_cfg.password", "Password:", True), -- To view, visit http://gerrit.ovirt.org/34949 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifee0293d0b7521e254a619e76f1a0255d65e4418 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node-plugin-vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
