Selaa lähdekoodia

Modifies tip text in close page

master
yanas 8 vuotta sitten
vanhempi
commit
0a28dd0cd3
2 muutettua tiedostoa jossa 3 lisäystä ja 5 poistoa
  1. 2
    3
      close.html
  2. 1
    2
      close2.html

+ 2
- 3
close.html Näytä tiedosto

@@ -9,8 +9,7 @@
9 9
     }
10 10
     function translate() {
11 11
         translateStr('hintMessage',
12
-            'You can use video calls with '
13
-            + interfaceConfig.APP_NAME +' for your business');
12
+            'You can pin participants by clicking on their thumbnails');
14 13
     }
15 14
     </script>
16 15
 </head>
@@ -28,4 +27,4 @@
28 27
     </div>
29 28
 </div>
30 29
 </body>
31
-</html>
30
+</html>

+ 1
- 2
close2.html Näytä tiedosto

@@ -11,8 +11,7 @@
11 11
         translateStr('thanksMessage',
12 12
             'Thank you for using ' + interfaceConfig.APP_NAME);
13 13
         translateStr('hintMessage',
14
-            'You can use video calls with '
15
-            + interfaceConfig.APP_NAME +' for your business');
14
+            'You can pin participants by clicking on their thumbnails');
16 15
     }
17 16
     </script>
18 17
 </head>

Loading…
Peruuta
Tallenna