Modifies tip text in close page

pull/1133/head
yanas 8 years ago
parent 8caae4bfde
commit 0a28dd0cd3
  1. 5
      close.html
  2. 3
      close2.html

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

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

Loading…
Cancel
Save