added 'flagged_by' i18n.
This commit is contained in:
parent
cecbede5db
commit
72264e3034
|
@ -13,7 +13,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th class='user'></th>
|
<th class='user'></th>
|
||||||
<th class='excerpt'></th>
|
<th class='excerpt'></th>
|
||||||
<th class='flaggers'>Flagged by</th>
|
<th class='flaggers'>{{i18n admin.flags.flagged_by}}</th>
|
||||||
<th class='last-flagged'></th>
|
<th class='last-flagged'></th>
|
||||||
<th class='action'></th>
|
<th class='action'></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -597,6 +597,7 @@ en:
|
||||||
clear_title: "dismiss all flags on this post (will unhide hidden posts)"
|
clear_title: "dismiss all flags on this post (will unhide hidden posts)"
|
||||||
delete: "Delete Post"
|
delete: "Delete Post"
|
||||||
delete_title: "delete post (if its the first post delete topic)"
|
delete_title: "delete post (if its the first post delete topic)"
|
||||||
|
flagged_by: "Flagged by"
|
||||||
|
|
||||||
customize:
|
customize:
|
||||||
title: "Customize"
|
title: "Customize"
|
||||||
|
|
Loading…
Reference in New Issue