shawenguan 2 роки тому
батько
коміт
3b7649adb6
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      Scripts/tghelper/tgLinksHelper.js

+ 1 - 0
Scripts/tghelper/tgLinksHelper.js

@@ -24,6 +24,7 @@ if (matches) {
 
     let ncgDivHtml = `<div class="tgme_page_action"><a class="tgme_action_button_new shine" href="${newHref}">${newText}</a></div>`;
     if(styleType == 2){
+        newText = 'Send Message';
         ncgDivHtml = `<div class="tgme_page_action"><a class="tgme_action_button_new" href="${newHref}">${newText}</a></div>`;
     }