diff --git a/src/languages/es.ts b/src/languages/es.ts index 83e09b2a62c0..a7ac1a9fd7fc 100644 --- a/src/languages/es.ts +++ b/src/languages/es.ts @@ -2318,6 +2318,6 @@ export default { }, }, globalNavigationOptions: { - chats: 'Chats', + chats: 'Chats', // "Chats" is the accepted term colloqially in Spanish, this is not a bug!! }, } satisfies EnglishTranslation;