Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(frontend): change placeholder in chat bar #2177

Merged
merged 1 commit into from
Feb 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/public/locales/en/chat.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion frontend/public/locales/es/chat.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/locales/fr/chat.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/locales/pt-br/chat.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/locales/ru/chat.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"actions_bar_placeholder": "Задайте вопрос @мозгу и выберите свой #подсказка",
"actions_bar_placeholder": "Введите сообщение...",
"add_document": "Добавить документ",
"ask": "Задайте вопрос или опишите задачу.",
"back_to_search": "Вернуться к поиску",
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/locales/zh-cn/chat.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"actions_bar_placeholder": "向 @大脑 提问,选择您的 #提示",
"actions_bar_placeholder": "在这里添加一个动作",
"add_document": "添加文件",
"ask": "提一个问题,或描述一个任务。",
"back_to_search": "返回搜索",
Expand Down