diff --git a/web/src/api/types/preferences/preferences.ts b/web/src/api/types/preferences/preferences.ts index 05b849f..1bebaa4 100644 --- a/web/src/api/types/preferences/preferences.ts +++ b/web/src/api/types/preferences/preferences.ts @@ -67,7 +67,7 @@ export const preferences = { }), show_invite_avatars: new Preference({ 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, }),