From 8df9aa1d5a21e28d3362a68375258ab17ef26d24 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 21 Feb 2023 16:12:00 -0500 Subject: [PATCH] Adding ban_from_community to be more clear. Fixes #872 (#943) --- src/shared/components/comment/comment-node.tsx | 4 ++-- src/shared/components/post/post-listing.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/shared/components/comment/comment-node.tsx b/src/shared/components/comment/comment-node.tsx index 6f903b4..418986d 100644 --- a/src/shared/components/comment/comment-node.tsx +++ b/src/shared/components/comment/comment-node.tsx @@ -601,9 +601,9 @@ export class CommentNode extends Component { this, this.handleModBanFromCommunityShow )} - aria-label={i18n.t("ban")} + aria-label={i18n.t("ban_from_community")} > - {i18n.t("ban")} + {i18n.t("ban_from_community")} ) : ( ) : (