FIX: Missing translation
This commit is contained in:
parent
77ac14d475
commit
73fae6513f
|
@ -70,6 +70,7 @@
|
|||
|
||||
{{#if suspended}}
|
||||
<div class='suspended-message'>
|
||||
{{i18n "admin.flags.suspended_for_post"}}
|
||||
The user was suspended for this post.
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
|
@ -2716,6 +2716,7 @@ en:
|
|||
system: "System"
|
||||
error: "Something went wrong"
|
||||
reply_message: "Reply"
|
||||
suspended_for_post: "The user was suspended for this post."
|
||||
no_results: "There are no flagged posts."
|
||||
topic_flagged: "This <strong>topic</strong> has been flagged."
|
||||
show_full: "show full post"
|
||||
|
|
Loading…
Reference in New Issue