diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-02 13:26:32 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-02 13:26:32 +0200 |
commit | ab78d9c2c32f6ee59d94fd4367ce0b5998596cc1 (patch) | |
tree | 2bc0c80cfc9394076f37b33a3c867ab6ee599402 /client-web/source/locale/en.ts | |
parent | bf022dbae8583482d86deec63f0f413e01f8d593 (diff) | |
download | keks-meet-ab78d9c2c32f6ee59d94fd4367ce0b5998596cc1.tar keks-meet-ab78d9c2c32f6ee59d94fd4367ce0b5998596cc1.tar.bz2 keks-meet-ab78d9c2c32f6ee59d94fd4367ce0b5998596cc1.tar.zst |
small language improvement
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 418b15c..4f57fc1 100644 --- a/client-web/source/locale/en.ts +++ b/client-web/source/locale/en.ts @@ -60,7 +60,7 @@ export const PO_EN_US: LanguageStrings = { audio_stream: "audio stream", local: "Local", disable: "Disable", - enable: "Enable", + enable: thing => `Enable ${thing}`, status_await_stream: "Awaiting stream…", notification_perm_explain: "For keks-meet to send notifications, it needs you to grant permission: ", grant: "Grant", |