From 9a7ee95d2f286c3c136551c90068f03ee51e7142 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Wed, 20 Sep 2023 02:13:22 +0200 Subject: [PATCH] Add missing strings form public room dialog to translation files - second try --- public/index.html | 4 ++-- public/lang/en.json | 1 + public_included_ws_fallback/index.html | 4 ++-- public_included_ws_fallback/lang/en.json | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 580716c..50a1ccb 100644 --- a/public/index.html +++ b/public/index.html @@ -239,13 +239,13 @@
-

Temporary Public Room

+

Temporary Public Room

-

IOX9P

+

Input this room id on another device or scan the QR-Code. diff --git a/public/lang/en.json b/public/lang/en.json index 77f00a3..ea5a4b0 100644 --- a/public/lang/en.json +++ b/public/lang/en.json @@ -47,6 +47,7 @@ "input-key-on-this-device": "Input this key on another device", "scan-qr-code": "or scan the QR-code.", "enter-key-from-another-device": "Enter key from another device here.", + "temporary-public-room-title": "Temporary Public Room", "input-room-id-on-another-device": "Input this room ID on another device", "enter-room-id-from-another-device": "Enter room ID from another device to join room.", "hr-or": "OR", diff --git a/public_included_ws_fallback/index.html b/public_included_ws_fallback/index.html index b22705c..6427707 100644 --- a/public_included_ws_fallback/index.html +++ b/public_included_ws_fallback/index.html @@ -244,13 +244,13 @@

-

Temporary Public Room

+

Temporary Public Room

-

IOX9P

+

Input this room id on another device or scan the QR-Code. diff --git a/public_included_ws_fallback/lang/en.json b/public_included_ws_fallback/lang/en.json index 77f00a3..ea5a4b0 100644 --- a/public_included_ws_fallback/lang/en.json +++ b/public_included_ws_fallback/lang/en.json @@ -47,6 +47,7 @@ "input-key-on-this-device": "Input this key on another device", "scan-qr-code": "or scan the QR-code.", "enter-key-from-another-device": "Enter key from another device here.", + "temporary-public-room-title": "Temporary Public Room", "input-room-id-on-another-device": "Input this room ID on another device", "enter-room-id-from-another-device": "Enter room ID from another device to join room.", "hr-or": "OR",