shawenguan 2 жил өмнө
parent
commit
3b7649adb6

+ 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>`;
     }