Modifies tip text in close page
This commit is contained in:
parent
8caae4bfde
commit
0a28dd0cd3
|
@ -9,8 +9,7 @@
|
||||||
}
|
}
|
||||||
function translate() {
|
function translate() {
|
||||||
translateStr('hintMessage',
|
translateStr('hintMessage',
|
||||||
'You can use video calls with '
|
'You can pin participants by clicking on their thumbnails');
|
||||||
+ interfaceConfig.APP_NAME +' for your business');
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
@ -28,4 +27,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -11,8 +11,7 @@
|
||||||
translateStr('thanksMessage',
|
translateStr('thanksMessage',
|
||||||
'Thank you for using ' + interfaceConfig.APP_NAME);
|
'Thank you for using ' + interfaceConfig.APP_NAME);
|
||||||
translateStr('hintMessage',
|
translateStr('hintMessage',
|
||||||
'You can use video calls with '
|
'You can pin participants by clicking on their thumbnails');
|
||||||
+ interfaceConfig.APP_NAME +' for your business');
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue