mirror of
https://github.com/temetro/temetro.git
synced 2026-08-25 09:56:56 +00:00
frontend: broaden chat input placeholder copy
The placeholder only mentioned patient lookup, but the chat now answers plain-language questions, displays records, adds, and imports. Update it to "Ask anything, or type /patient 10293". Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -638,7 +638,7 @@
|
|||||||
"chat": {
|
"chat": {
|
||||||
"heading": "Which patient would you like to look up?",
|
"heading": "Which patient would you like to look up?",
|
||||||
"input": {
|
"input": {
|
||||||
"placeholder": "Look up a patient — try /patient 10293",
|
"placeholder": "Ask anything, or type /patient 10293",
|
||||||
"message": "Message",
|
"message": "Message",
|
||||||
"addPatient": "Add patient",
|
"addPatient": "Add patient",
|
||||||
"attachFile": "Attach file",
|
"attachFile": "Attach file",
|
||||||
|
|||||||
Reference in New Issue
Block a user