From 64c0ba37d2d68de6f816da4b12af37b81296aeac Mon Sep 17 00:00:00 2001 From: Kradyz <81911574+Kradyz@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:16:15 +0100 Subject: [PATCH] Show the community name instead of the creator name when appointing a mod (#2358) Co-authored-by: nanogarden --- .../common/content-actions/content-action-dropdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/common/content-actions/content-action-dropdown.tsx b/src/shared/components/common/content-actions/content-action-dropdown.tsx index c190b53a..ce8eacee 100644 --- a/src/shared/components/common/content-actions/content-action-dropdown.tsx +++ b/src/shared/components/common/content-actions/content-action-dropdown.tsx @@ -653,7 +653,7 @@ export default class ContentActionDropdown extends Component< : "appoint_as_mod_are_you_sure", { user: getApubName(creator), - community: getApubName(creator), + community: getApubName(community), }, )} loadingMessage={I18NextService.i18n.t(