Tweak strings and context (#10928)

This commit is contained in:
surfdude29
2026-06-24 17:39:12 +01:00
committed by GitHub
parent f3978d1a1f
commit 90c010e98a
5 changed files with 8 additions and 8 deletions
@@ -243,7 +243,7 @@ export function MessageComposer({
placeholder={
loading
? l({message: 'Loading chat…', context: 'placeholder'})
: l({message: 'Message', context: 'action'})
: l({message: 'Message', context: 'description'})
}
autocompletePlacement="top-start"
internalApiRef={composerInternalApiRef}