Adding ban_from_community to be more clear. Fixes #872 (#943)

This commit is contained in:
Dessalines 2023-02-21 16:12:00 -05:00 committed by GitHub
parent 49acf514e9
commit 8df9aa1d5a
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