diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-04 16:52:58 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-04 16:52:58 +0200 |
commit | 645059bfd9b49d268b957499ad004c93557e5c10 (patch) | |
tree | 8ad39ca58f91cdd17cc19c18827a70de89334483 /client-web/source/locale/en.ts | |
parent | 406a82f82eb77bd0480594b8e43a8f0085e2262b (diff) | |
download | keks-meet-645059bfd9b49d268b957499ad004c93557e5c10.tar keks-meet-645059bfd9b49d268b957499ad004c93557e5c10.tar.bz2 keks-meet-645059bfd9b49d268b957499ad004c93557e5c10.tar.zst |
fix de translation
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 b060de9..f829364 100644 --- a/client-web/source/locale/en.ts +++ b/client-web/source/locale/en.ts @@ -91,6 +91,6 @@ export const PO_EN: LanguageStrings = { enable_onbeforeunload: "Prompt for confirmation when leaving the site while local resources are shared", room_watches: "Known rooms (as semicolon seperated list of name=secret pairs)", username: "Username", - show_log: "Show extended log." + show_log: "Show extended log" } } |