File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
app/assets/javascripts/admin/templates Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 85
85
{{ #if active }}
86
86
{{ #if can_deactivate }}
87
87
<button class =' btn' {{ action deactivate target =" content" }} >{{ i18n admin.user.deactivate_account }} </button >
88
+ {{ i18n admin.user.deactivate_explanation }}
88
89
{{ /if }}
89
90
{{ else }}
90
91
{{ #if can_send_activation_email }}
163
164
</button >
164
165
{{ /if }}
165
166
{{ /if }}
167
+ {{ i18n admin.user.banned_explanation }}
166
168
</div >
167
169
</div >
168
170
<div class =' display-row' >
Original file line number Diff line number Diff line change @@ -1172,6 +1172,8 @@ en:
1172
1172
deactivate_failed : " There was a problem deactivating the user."
1173
1173
unblock_failed : ' There was a problem unblocking the user.'
1174
1174
block_failed : ' There was a problem blocking the user.'
1175
+ deactivate_explanation : " A deactivated user must validate their email again before logging in."
1176
+ banned_explanation : " A banned user can't log in."
1175
1177
block_explanation : " A blocked user can't post or start topics."
1176
1178
1177
1179
You can’t perform that action at this time.
0 commit comments