mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 02:49:29 +08:00
better copy for password change button
This commit is contained in:
parent
b52761c522
commit
946b02533b
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user