better copy for password change button

This commit is contained in:
Jeff Atwood 2013-08-15 22:24:48 -07:00
parent b52761c522
commit 946b02533b
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<div class="control-group">
<label class="control-label">{{i18n user.password.title}}</label>
<div class="controls">
<a href="#" {{action changePassword}} class='btn'><i class="icon-pencil"></i></a> {{passwordProgress}}
<a href="#" {{action changePassword}} class='btn'>{{i18n user.change_password.action}}</a> {{passwordProgress}}
</div>
</div>

View File

@ -198,6 +198,7 @@ en:
success: "(email sent)"
in_progress: "(sending email)"
error: "(error)"
action: "Send Password Reset Email"
change_about:
title: "Change About Me"