mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
Adding ban_from_community to be more clear. Fixes #872
This commit is contained in:
parent
deffaf1ee0
commit
c7efae861d
|
@ -1 +1 @@
|
|||
Subproject commit 819531ae64c6cba12cb406eb98333fd52988bf3e
|
||||
Subproject commit 0446b27d493b4f4fb6f227f538e6604860c7fe41
|
|
@ -599,9 +599,9 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
|
|||
this,
|
||||
this.handleModBanFromCommunityShow
|
||||
)}
|
||||
aria-label={i18n.t("ban")}
|
||||
aria-label={i18n.t("ban_from_community")}
|
||||
>
|
||||
{i18n.t("ban")}
|
||||
{i18n.t("ban_from_community")}
|
||||
</button>
|
||||
) : (
|
||||
<button
|
||||
|
|
|
@ -921,9 +921,9 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
|||
this,
|
||||
this.handleModBanFromCommunityShow
|
||||
)}
|
||||
aria-label={i18n.t("ban")}
|
||||
aria-label={i18n.t("ban_from_community")}
|
||||
>
|
||||
{i18n.t("ban")}
|
||||
{i18n.t("ban_from_community")}
|
||||
</button>
|
||||
) : (
|
||||
<button
|
||||
|
|
Loading…
Reference in a new issue