diff options
Diffstat (limited to 'httemplate/pref/pref.html')
-rw-r--r-- | httemplate/pref/pref.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index c504b2c5e..29aeb4c67 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -6,7 +6,6 @@ <% include('/elements/error.html') %> -% if ( FS::Auth->auth_class->can('change_password') ) { <% mt('Change password (leave blank for no change)') |h %> <% ntable("#cccccc",2) %> @@ -178,7 +177,7 @@ Email Address <% ntable("#cccccc",2) %> <TR> - <TH>Email Address(es) (comma separated) </TH> + <TH><% emt("Email Address(es) (comma separated) ") %></TH> <TD> <TD><INPUT TYPE="text" NAME="email_address" VALUE="<% $email_address %>"> </TD> |