diff --git a/frontend/public/locales/en/chat.json b/frontend/public/locales/en/chat.json index 55c14dba84c2..788b65234319 100644 --- a/frontend/public/locales/en/chat.json +++ b/frontend/public/locales/en/chat.json @@ -1,5 +1,5 @@ { - "actions_bar_placeholder": "Ask a question to a @brain and choose your #prompt", + "actions_bar_placeholder": "Ask a question", "add_document": "Add document", "ask": "Ask a question, or describe a task.", "back_to_search": "Back to search", @@ -63,4 +63,4 @@ "tooManyRequests": "You have exceeded the number of requests per day. To continue chatting, please upgrade your account or come back tomorrow.", "welcome": "Welcome", "yesterday": "Yesterday" -} \ No newline at end of file +} diff --git a/frontend/public/locales/es/chat.json b/frontend/public/locales/es/chat.json index 59cfa57818e7..322c5069a9a6 100644 --- a/frontend/public/locales/es/chat.json +++ b/frontend/public/locales/es/chat.json @@ -1,5 +1,5 @@ { - "actions_bar_placeholder": "Haz una pregunta a un @cerebro y elige tu #prompt", + "actions_bar_placeholder": "Escribe un mensaje...", "add_document": "Agregar documento", "ask": "Has una pregunta o describe un tarea.", "back_to_search": "Volver a la búsqueda", diff --git a/frontend/public/locales/fr/chat.json b/frontend/public/locales/fr/chat.json index 26ddc45aa207..393ee3215cc7 100644 --- a/frontend/public/locales/fr/chat.json +++ b/frontend/public/locales/fr/chat.json @@ -1,5 +1,5 @@ { - "actions_bar_placeholder": "Posez une question à un @cerveau et sélectionnez un #prompt ", + "actions_bar_placeholder": "Posez une question", "add_document": "Ajouter un document", "ask": "Posez une question ou décrivez une tâche.", "back_to_search": "Retour à la recherche", diff --git a/frontend/public/locales/pt-br/chat.json b/frontend/public/locales/pt-br/chat.json index 3fae1c2aeb46..dc5086f8b404 100644 --- a/frontend/public/locales/pt-br/chat.json +++ b/frontend/public/locales/pt-br/chat.json @@ -1,5 +1,5 @@ { - "actions_bar_placeholder": "Faça uma pergunta a um @cérebro e escolha sua #prompt", + "actions_bar_placeholder": "Faça uma pergunta", "add_document": "Adicionar documento", "ask": "Faça uma pergunta ou descreva uma tarefa.", "back_to_search": "Voltar para a pesquisa", diff --git a/frontend/public/locales/ru/chat.json b/frontend/public/locales/ru/chat.json index 9dddde30277c..94a81d364f54 100644 --- a/frontend/public/locales/ru/chat.json +++ b/frontend/public/locales/ru/chat.json @@ -1,5 +1,5 @@ { - "actions_bar_placeholder": "Задайте вопрос @мозгу и выберите свой #подсказка", + "actions_bar_placeholder": "Введите сообщение...", "add_document": "Добавить документ", "ask": "Задайте вопрос или опишите задачу.", "back_to_search": "Вернуться к поиску", diff --git a/frontend/public/locales/zh-cn/chat.json b/frontend/public/locales/zh-cn/chat.json index 217852ab8470..1f09ba4a81bb 100644 --- a/frontend/public/locales/zh-cn/chat.json +++ b/frontend/public/locales/zh-cn/chat.json @@ -1,5 +1,5 @@ { - "actions_bar_placeholder": "向 @大脑 提问,选择您的 #提示", + "actions_bar_placeholder": "在这里添加一个动作", "add_document": "添加文件", "ask": "提一个问题,或描述一个任务。", "back_to_search": "返回搜索",