diff options
author | ivan <ivan> | 2009-04-15 05:52:09 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-04-15 05:52:09 +0000 |
commit | ba176b6005c1c09cfd00c57befe72ba9561b77f8 (patch) | |
tree | eda322e3c271fee8c7886dbd081038f70ba673b4 /httemplate/view | |
parent | 48fdda923dd0c3227190da57ad0fca704725fb43 (diff) |
s/GECOS/Real Name/ RT#3519
Diffstat (limited to 'httemplate/view')
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index e87a8ee9a..6a47ec767 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -214,7 +214,7 @@ Service #<B><% $svcnum %></B> % if ($svc_acct->finger ne '') { <TR> - <TD ALIGN="right">GECOS</TD> + <TD ALIGN="right">Real Name</TD> <TD BGCOLOR="#ffffff"><% $svc_acct->finger %></TD> </TR> % } |