mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
add glyph to remove invite button
This commit is contained in:
parent
b1fb9f3d81
commit
30ee16a72b
@ -56,7 +56,7 @@
|
||||
{{#if invite.rescinded}}
|
||||
{{i18n user.invited.rescinded}}
|
||||
{{else}}
|
||||
<button class='btn' {{action rescind invite}}>{{i18n user.invited.rescind}}</button>
|
||||
<button class='btn' {{action rescind invite}}><i class="fa fa-times"></i>{{i18n user.invited.rescind}}</button>
|
||||
{{/if}}
|
||||
</td>
|
||||
{{/if}}
|
||||
|
@ -411,7 +411,7 @@ en:
|
||||
topics_entered: "Topics Viewed"
|
||||
posts_read_count: "Posts Read"
|
||||
expired: "This invite has expired."
|
||||
rescind: "Remove Invitation"
|
||||
rescind: "Remove"
|
||||
rescinded: "Invite removed"
|
||||
time_read: "Read Time"
|
||||
days_visited: "Days Visited"
|
||||
|
Loading…
x
Reference in New Issue
Block a user