Show the community name instead of the creator name when appointing a mod (#2358)

Co-authored-by: nanogarden <nanogarden@fakemail.com>
This commit is contained in:
Kradyz 2024-02-06 20:16:15 +01:00 committed by GitHub
parent 71c2206405
commit 64c0ba37d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -653,7 +653,7 @@ export default class ContentActionDropdown extends Component<
: "appoint_as_mod_are_you_sure", : "appoint_as_mod_are_you_sure",
{ {
user: getApubName(creator), user: getApubName(creator),
community: getApubName(creator), community: getApubName(community),
}, },
)} )}
loadingMessage={I18NextService.i18n.t( loadingMessage={I18NextService.i18n.t(