Adding ban_from_community to be more clear. Fixes #872

This commit is contained in:
Dessalines 2023-02-21 10:49:27 -05:00
parent deffaf1ee0
commit c7efae861d
3 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 819531ae64c6cba12cb406eb98333fd52988bf3e
Subproject commit 0446b27d493b4f4fb6f227f538e6604860c7fe41

View file

@ -599,9 +599,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

@ -921,9 +921,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