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