Browse Source

[RN] Rename lock room button

master
Bettenbuk Zoltan 6 years ago
parent
commit
725f9b1961
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      lang/main.json

+ 3
- 3
lang/main.json View File

@@ -205,7 +205,7 @@
205 205
         "liveStreamingDisabledForGuestTooltip": "Guests can't start live streaming.",
206 206
         "liveStreamingDisabledTooltip": "Start live stream disabled.",
207 207
         "lockMessage": "Failed to lock the conference.",
208
-        "lockRoom": "Lock room",
208
+        "lockRoom": "Add meeting password",
209 209
         "lockTitle": "Lock failed",
210 210
         "logoutQuestion": "Are you sure you want to logout and stop the conference?",
211 211
         "logoutTitle": "Logout",
@@ -285,7 +285,7 @@
285 285
         "tokenAuthFailedTitle": "Authentication failed",
286 286
         "transcribing": "Transcribing",
287 287
         "unableToSwitch": "Unable to switch video stream.",
288
-        "unlockRoom": "Unlock room",
288
+        "unlockRoom": "Remove meeting password",
289 289
         "userPassword": "user password",
290 290
         "WaitForHostMsg": "The conference <b>__room__</b> has not yet started. If you are the host then please authenticate. Otherwise, please wait for the host to arrive.",
291 291
         "WaitForHostMsgWOk": "The conference <b>__room__</b> has not yet started. If you are the host then please press Ok to authenticate. Otherwise, please wait for the host to arrive.",
@@ -610,7 +610,7 @@
610 610
             "invite": "Invite people",
611 611
             "kick": "Kick participant",
612 612
             "localRecording": "Toggle local recording controls",
613
-            "lockRoom": "Toggle room lock",
613
+            "lockRoom": "Toggle meeting password",
614 614
             "moreActions": "Toggle more actions menu",
615 615
             "moreActionsMenu": "More actions menu",
616 616
             "mute": "Toggle mute audio",

Loading…
Cancel
Save