mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 06:36:17 +00:00
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:
parent
71c2206405
commit
64c0ba37d2
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue