[node-patches] Change in ovirt-node[master]: change "local console access" to "the admin user"

hadong0720 at gmail.com hadong0720 at gmail.com
Mon Jul 15 02:18:07 UTC 2013


hadong has uploaded a new change for review.

Change subject: change "local console access" to "the admin user"
......................................................................

change "local console access" to "the admin user"

Slightly less ambiguous by using "Require a password for the admin user"
instead of "Require a password for local console access" for password_
page and upgrade_page.

Change-Id: I0e838da773a352c8ee43c20217b72428a1138a59
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=984344
Signed-off-by: hadong <hadong0720 at gmail.com>
---
M src/ovirt/node/installer/core/password_page.py
M src/ovirt/node/installer/core/upgrade_page.py
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/34/16834/1

diff --git a/src/ovirt/node/installer/core/password_page.py b/src/ovirt/node/installer/core/password_page.py
index a4b1218..60ea3f8 100644
--- a/src/ovirt/node/installer/core/password_page.py
+++ b/src/ovirt/node/installer/core/password_page.py
@@ -43,7 +43,7 @@
 
     def ui_content(self):
         ws = [ui.Header("header[0]",
-                        "Require a password for local console access?"),
+                        "Require a password for the admin user?"),
               ui.Divider("divider[0]"),
               ui.PasswordEntry("admin.password", "Password:"),
               ui.PasswordEntry("admin.password_confirmation",
diff --git a/src/ovirt/node/installer/core/upgrade_page.py b/src/ovirt/node/installer/core/upgrade_page.py
index 0c50b38..8d900bc 100644
--- a/src/ovirt/node/installer/core/upgrade_page.py
+++ b/src/ovirt/node/installer/core/upgrade_page.py
@@ -49,12 +49,12 @@
 
     def ui_content(self):
         ws = [ui.Header("header[0]",
-                        "Require a password for local console access?"),
+                        "Require a password for the admin user?"),
               ui.Label("label[0]", "Please enter the current admin " +
                        "password. You may also change the admin password " +
                        "if required. If the new password fields are left" +
                        "blank the password will remain the same."),
-              ui.Label("label[1]", "Password for local console access"),
+              ui.Label("label[1]", "Password for the admin user"),
               ui.Divider("divider[0]"),
               ui.PasswordEntry("upgrade.current_password",
                                "Current Password:"),


-- 
To view, visit http://gerrit.ovirt.org/16834
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0e838da773a352c8ee43c20217b72428a1138a59
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: hadong <hadong0720 at gmail.com>



More information about the node-patches mailing list