diff options
Diffstat (limited to 'client-web/source/locale/en.ts')
-rw-r--r-- | client-web/source/locale/en.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/source/locale/en.ts b/client-web/source/locale/en.ts index dbefdd4..b060de9 100644 --- a/client-web/source/locale/en.ts +++ b/client-web/source/locale/en.ts @@ -5,7 +5,7 @@ */ import { LanguageStrings } from "./mod.ts"; -export const PO_EN_US: LanguageStrings = { +export const PO_EN: LanguageStrings = { microphone: "Microphone", chatbox_placeholder: "Type a message", chatbox_label: "send message", |