From 0cfa77b62847c4910aef80718ce912aef8dffc74 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 29 May 2024 11:29:00 +0100 Subject: [PATCH] chats word in translations --- frontend/src/locale/en.json | 1 + frontend/src/locale/es.json | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/locale/en.json b/frontend/src/locale/en.json index 414e14b..c4a9309 100644 --- a/frontend/src/locale/en.json +++ b/frontend/src/locale/en.json @@ -1,6 +1,7 @@ { "language": "English", "chat": "Chat", + "chats": "Chats", "newChat": "New Chat", "myPlan": "My Plan", "about": "About", diff --git a/frontend/src/locale/es.json b/frontend/src/locale/es.json index 5caa315..04e1bdf 100644 --- a/frontend/src/locale/es.json +++ b/frontend/src/locale/es.json @@ -1,6 +1,7 @@ { "language": "Spanish", "chat": "Chat", + "chats": "Chats", "newChat": "Nuevo Chat", "myPlan": "Mi Plan", "about": "Acerca de",