ソースを参照

fix(lang): logout question asks to stop the conference

A minor wording change to prevent confusion: On logout one is asked
whether to stop the conference but the conference is only left by the
participant.
master
Werner Fleischer 3年前
コミット
13194ddfba
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      lang/main.json

+ 1
- 1
lang/main.json ファイルの表示

@@ -288,7 +288,7 @@
288 288
         "lockRoom": "Add meeting $t(lockRoomPassword)",
289 289
         "lockTitle": "Lock failed",
290 290
         "login": "Login",
291
-        "logoutQuestion": "Are you sure you want to logout and stop the conference?",
291
+        "logoutQuestion": "Are you sure you want to logout and leave the conference?",
292 292
         "logoutTitle": "Logout",
293 293
         "maxUsersLimitReached": "The limit for maximum number of participants has been reached. The conference is full. Please contact the meeting owner or try again later!",
294 294
         "maxUsersLimitReachedTitle": "Maximum participants limit reached",

読み込み中…
キャンセル
保存