diff --git a/src/languages/es.ts b/src/languages/es.ts index b90b820aa1b7..403643b992dd 100644 --- a/src/languages/es.ts +++ b/src/languages/es.ts @@ -2364,6 +2364,6 @@ export default { transactionDate: 'Fecha de transacción', }, globalNavigationOptions: { - chats: 'Chats', + chats: 'Chats', // "Chats" is the accepted term colloqially in Spanish, this is not a bug!! }, } satisfies EnglishTranslation;