Merge pull request #1133 from jitsi/fix-tip-text-close-page

Modifies tip text in close page
This commit is contained in:
yanas 2016-11-10 17:24:43 -06:00 committed by GitHub
commit c926e95822
2 changed files with 3 additions and 5 deletions

View File

@ -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>

View File

@ -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>