From 0a28dd0cd3c0711bbb4ff27ba00fd8ee540107cb Mon Sep 17 00:00:00 2001 From: yanas Date: Thu, 10 Nov 2016 17:02:34 -0600 Subject: [PATCH] Modifies tip text in close page --- close.html | 5 ++--- close2.html | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/close.html b/close.html index bc7226b80d..0db143682e 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 d9f267d3d9..6784cab246 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'); }