1
0
Fork 0
forked from Mirrors/gomuks

web/preferences: fix letter

This commit is contained in:
Tulir Asokan 2025-03-09 17:31:04 +02:00
parent 218481f3a4
commit 3f4333003d

View file

@ -67,7 +67,7 @@ export const preferences = {
}),
show_invite_avatars: new Preference<boolean>({
displayName: "Show avatars in invites",
description: "If disabled, the avatar of the room or invitee will not be shown in the invite view.",
description: "If disabled, the avatar of the room or inviter will not be shown in the invite view.",
allowedContexts: anyGlobalContext,
defaultValue: true,
}),