diff --git a/frontend/src/locale/en.json b/frontend/src/locale/en.json index 414e14be7..c4a93090c 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 5caa315bb..04e1bdfa4 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",