summaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
diff options
context:
space:
mode:
authorcyeh%bluemartini.com <>2000-04-22 03:43:53 +0200
committercyeh%bluemartini.com <>2000-04-22 03:43:53 +0200
commit03262a3659abca6bdab5fc1cc251405e5be2f0fe (patch)
tree469a0d57bbe5546749c109a503880f12acf4a369 /userprefs.cgi
parent8286387d6ea6cc755aa47459a609f60d75d59628 (diff)
downloadbugzilla-03262a3659abca6bdab5fc1cc251405e5be2f0fe.tar.gz
bugzilla-03262a3659abca6bdab5fc1cc251405e5be2f0fe.tar.xz
change field name to more accurately reflect what it is
Diffstat (limited to 'userprefs.cgi')
-rwxr-xr-xuserprefs.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/userprefs.cgi b/userprefs.cgi
index 055270f0c..dd739beb8 100755
--- a/userprefs.cgi
+++ b/userprefs.cgi
@@ -63,7 +63,7 @@ sub ShowAccount {
qq{<input type=password name="pwd1">});
EmitEntry("Re-enter new password",
qq{<input type=password name="pwd2">});
- EmitEntry("Your username (optional)",
+ EmitEntry("Your real name (optional)",
qq{<INPUT SIZE=35 NAME="realname" VALUE="$realname">});
}