Ryan Barry has posted comments on this change. Change subject: installer: Make the wording more correct ......................................................................
Patch Set 1: Code-Review-1 (1 comment) http://gerrit.ovirt.org/#/c/30931/1/src/ovirt/node/installer/core/password_page.py File src/ovirt/node/installer/core/password_page.py: Line 41: return {} Line 42: Line 43: def ui_content(self): Line 44: ws = [ui.Header("header[0]", Line 45: _("Enter a password for the user admin")), I'd probably still keep this as "Enter a password for the admin user" "user admin" implies an administrator for managing users (which admin could be, I guess, but isn't). Line 46: ui.Divider("divider[0]"), Line 47: ui.ConfirmedEntry("admin.password", _("Password:"), Line 48: is_password=True, min_length=3) Line 49: ] -- To view, visit http://gerrit.ovirt.org/30931 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I61432c015e83964ca663ef249cfbab531324f927 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Ryan Barry <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
