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",