mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-23 15:05:51 +00:00
Merge branch 'main' into upgrade_deps_13
This commit is contained in:
commit
16a0b3659f
|
@ -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