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