From 3f4333003d4b7e4e938fca99774a9f8e05872cd9 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 9 Mar 2025 17:31:04 +0200 Subject: [PATCH] web/preferences: fix letter --- web/src/api/types/preferences/preferences.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }),