remove legacy (deleted) username under avatar
This commit is contained in:
parent
30ee16a72b
commit
00e285f55b
|
@ -26,9 +26,6 @@
|
||||||
{{else}}
|
{{else}}
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<i class="fa fa-trash-o deleted-user-avatar"></i>
|
<i class="fa fa-trash-o deleted-user-avatar"></i>
|
||||||
<div class="names">
|
|
||||||
<h3 class="deleted-username">{{i18n user.deleted}}</h3>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{#if wiki}}
|
{{#if wiki}}
|
||||||
|
|
|
@ -263,7 +263,6 @@ en:
|
||||||
admin: "{{user}} is an admin"
|
admin: "{{user}} is an admin"
|
||||||
moderator_tooltip: "This user is a moderator"
|
moderator_tooltip: "This user is a moderator"
|
||||||
admin_tooltip: "This user is an admin"
|
admin_tooltip: "This user is an admin"
|
||||||
deleted: "(deleted)"
|
|
||||||
suspended_notice: "This user is suspended until {{date}}."
|
suspended_notice: "This user is suspended until {{date}}."
|
||||||
suspended_reason: "Reason: "
|
suspended_reason: "Reason: "
|
||||||
mailing_list_mode: "Receive an email every time a post is made on the forum (unless you mute the topic or category)"
|
mailing_list_mode: "Receive an email every time a post is made on the forum (unless you mute the topic or category)"
|
||||||
|
|
Loading…
Reference in New Issue