diff --git a/close.html b/close.html index bc7226b80..0db143682 100644 --- a/close.html +++ b/close.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'); } @@ -28,4 +27,4 @@ - + \ No newline at end of file diff --git a/close2.html b/close2.html index d9f267d3d..6784cab24 100644 --- a/close2.html +++ b/close2.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'); }