FIX: staff see the wrong message when changing another user's email address

This commit is contained in:
Neil Lalonde
2018-06-13 15:18:48 -04:00
parent ae728702a6
commit debbb5be16

View File

@ -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'}}