From c7efae861df93db266c26290c4bfbb5858e93047 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 21 Feb 2023 10:49:27 -0500 Subject: [PATCH] Adding ban_from_community to be more clear. Fixes #872 --- lemmy-translations | 2 +- src/shared/components/comment/comment-node.tsx | 4 ++-- src/shared/components/post/post-listing.tsx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lemmy-translations b/lemmy-translations index 819531ae..0446b27d 160000 --- a/lemmy-translations +++ b/lemmy-translations @@ -1 +1 @@ -Subproject commit 819531ae64c6cba12cb406eb98333fd52988bf3e +Subproject commit 0446b27d493b4f4fb6f227f538e6604860c7fe41 diff --git a/src/shared/components/comment/comment-node.tsx b/src/shared/components/comment/comment-node.tsx index 50da4561..43be1b85 100644 --- a/src/shared/components/comment/comment-node.tsx +++ b/src/shared/components/comment/comment-node.tsx @@ -599,9 +599,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")} ) : ( ) : (