mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +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
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue