mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 06:44:43 +08:00
FIX: staff see the wrong message when changing another user's email address
This commit is contained in:
@ -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'}}
|
||||
|
Reference in New Issue
Block a user