mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: staff see the wrong message when changing another user's email address
This commit is contained in:
parent
ae728702a6
commit
debbb5be16
@ -11,7 +11,7 @@
|
||||
<div class="control-group">
|
||||
<div class="instructions">
|
||||
<p>
|
||||
{{#if currentUser.staff}}
|
||||
{{#if model.staff}}
|
||||
{{i18n 'user.change_email.success_staff'}}
|
||||
{{else}}
|
||||
{{i18n 'user.change_email.success'}}
|
||||
|
Loading…
Reference in New Issue
Block a user