From 67249be67b249f736c03659e8013ea00b250cc52 Mon Sep 17 00:00:00 2001 From: Khalid Abdi Date: Sun, 14 Jun 2026 00:34:38 +0300 Subject: [PATCH] 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 --- frontend/lib/i18n/locales/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/lib/i18n/locales/en/translation.json b/frontend/lib/i18n/locales/en/translation.json index c0ce0dd..530d327 100644 --- a/frontend/lib/i18n/locales/en/translation.json +++ b/frontend/lib/i18n/locales/en/translation.json @@ -638,7 +638,7 @@ "chat": { "heading": "Which patient would you like to look up?", "input": { - "placeholder": "Look up a patient — try /patient 10293", + "placeholder": "Ask anything, or type /patient 10293", "message": "Message", "addPatient": "Add patient", "attachFile": "Attach file",