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 Dessalines
parent 53c2de0f22
commit e58d61b9ea
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