瀏覽代碼

Modifies tip text in close page

j8
yanas 9 年之前
父節點
當前提交
0a28dd0cd3
共有 2 個檔案被更改,包括 3 行新增5 行删除
  1. 2
    3
      close.html
  2. 1
    2
      close2.html

+ 2
- 3
close.html 查看文件

9
     }
9
     }
10
     function translate() {
10
     function translate() {
11
         translateStr('hintMessage',
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
     </script>
14
     </script>
16
 </head>
15
 </head>
28
     </div>
27
     </div>
29
 </div>
28
 </div>
30
 </body>
29
 </body>
31
-</html>
30
+</html>

+ 1
- 2
close2.html 查看文件

11
         translateStr('thanksMessage',
11
         translateStr('thanksMessage',
12
             'Thank you for using ' + interfaceConfig.APP_NAME);
12
             'Thank you for using ' + interfaceConfig.APP_NAME);
13
         translateStr('hintMessage',
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
     </script>
16
     </script>
18
 </head>
17
 </head>

Loading…
取消
儲存