mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 22:01:13 +00:00
parent
49acf514e9
commit
8df9aa1d5a
2 changed files with 4 additions and 4 deletions
|
@ -601,9 +601,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
|
||||
|
|
|
@ -928,9 +928,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