refactor: Update message hint text for improved user guidance

- Changed the placeholder text in the message input field across multiple languages to "Ask Conduit" for better clarity and user engagement.
- Updated localization files for German, English, Spanish, French, Italian, Dutch, Russian, and Chinese to reflect the new hint text.
This commit is contained in:
cogwheel0
2025-10-18 19:08:21 +05:30
parent d0a8a9ea05
commit 1104661238
13 changed files with 13 additions and 13 deletions

View File

@@ -323,7 +323,7 @@
"@messageInputLabel": {"description": "Accessibility label for the message input."},
"messageInputHint": "Type your message",
"@messageInputHint": {"description": "Hint shown in the message input field."},
"messageHintText": "Message...",
"messageHintText": "Ask Conduit",
"@messageHintText": {"description": "Short placeholder text in the message input."},
"stopGenerating": "Stop generating",
"@stopGenerating": {"description": "Action to stop the assistant's response generation."},