Procházet zdrojové kódy

Changes start muted labels.

j8
hristoterezov před 10 roky
rodič
revize
7f616fc823
3 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. 1
    0
      css/settingsmenu.css
  2. 1
    1
      index.html
  3. 2
    2
      lang/main.json

+ 1
- 0
css/settingsmenu.css Zobrazit soubor

@@ -63,5 +63,6 @@
63 63
 }
64 64
 
65 65
 .startMutedLabel {
66
+    width: 94%;
66 67
     float: left;
67 68
 }

+ 1
- 1
index.html Zobrazit soubor

@@ -36,7 +36,7 @@
36 36
     <link rel="stylesheet" href="css/contact_list.css?v=4">
37 37
     <link rel="stylesheet" href="css/chat.css?v=5">
38 38
     <link rel="stylesheet" href="css/welcome_page.css?v=2">
39
-    <link rel="stylesheet" href="css/settingsmenu.css?v=1">
39
+    <link rel="stylesheet" href="css/settingsmenu.css?v=2">
40 40
     <!--
41 41
         Link used for inline installation of chrome desktop streaming extension,
42 42
         is updated automatically from the code with the value defined in config.js -->

+ 2
- 2
lang/main.json Zobrazit soubor

@@ -82,8 +82,8 @@
82 82
         "title": "SETTINGS",
83 83
         "update": "Update",
84 84
         "name": "Name",
85
-        "startAudioMuted": "everyone join audio muted",
86
-        "startVideoMuted": "everyone join video muted"
85
+        "startAudioMuted": "start without audio",
86
+        "startVideoMuted": "start without video"
87 87
     },
88 88
     "videothumbnail":
89 89
     {

Načítá se…
Zrušit
Uložit