Merge branch 'main' into upgrade_deps_13

This commit is contained in:
Dessalines 2023-02-21 16:15:03 -05:00 committed by GitHub
commit 16a0b3659f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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