mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:06:57 +08:00
make flag reply reply-ier
This commit is contained in:
parent
8e50b49cf1
commit
40c9014634
|
@ -54,7 +54,7 @@
|
|||
<tr>
|
||||
<td></td>
|
||||
<td class='message'>
|
||||
<div>{{#linkTo 'adminUser' user}}{{avatar user imageSize="small"}}{{/linkTo}} {{message}} <a href="{{unbound permalink}}"><button class='btn'>{{i18n admin.flags.view_message}}</button></a></div>
|
||||
<div>{{#linkTo 'adminUser' user}}{{avatar user imageSize="small"}}{{/linkTo}} {{message}} <a href="{{unbound permalink}}"><button class='btn'><i class="icon-reply"></i> {{i18n admin.flags.view_message}}</button></a></div>
|
||||
</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
|
|
|
@ -1051,7 +1051,7 @@ en:
|
|||
|
||||
flagged_by: "Flagged by"
|
||||
error: "Something went wrong"
|
||||
view_message: "view message"
|
||||
view_message: "Reply"
|
||||
no_results: "There are no flags."
|
||||
|
||||
summary:
|
||||
|
|
|
@ -943,7 +943,7 @@ it:
|
|||
delete_title: "cancella post (se è il primo post il topic verrà cancellato)"
|
||||
flagged_by: "Segnalato da"
|
||||
error: "Qualcosa è andato storto"
|
||||
view_message: "view message"
|
||||
view_message: "Reply"
|
||||
|
||||
groups:
|
||||
title: "Gruppi"
|
||||
|
|
|
@ -964,7 +964,7 @@ nb_NO:
|
|||
delete_title: "delete post (if its the first post delete topic)"
|
||||
flagged_by: "Flagged by"
|
||||
error: "Something went wrong"
|
||||
view_message: "view message"
|
||||
view_message: "Reply"
|
||||
|
||||
groups:
|
||||
title: "Groups"
|
||||
|
|
Loading…
Reference in New Issue
Block a user