From: Dessalines Date: Tue, 21 Feb 2023 21:12:00 +0000 (-0500) Subject: Adding ban_from_community to be more clear. Fixes #872 (#943) X-Git-Url: http://these/git/%24%7Bsubmission.url%7D?a=commitdiff_plain;h=8df9aa1d5a21e28d3362a68375258ab17ef26d24;p=lemmy-ui.git Adding ban_from_community to be more clear. Fixes #872 (#943) --- 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")} ) : ( ) : (