소스 검색

Modifies tip text in close page

master
yanas 9 년 전
부모
커밋
0a28dd0cd3
2개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. 2
    3
      close.html
  2. 1
    2
      close2.html

+ 2
- 3
close.html 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장