Go to this plugin files, CLASSES folder, open CLASS FRONTEND and change from 24-34 lines:
subscribe_for_interest_text
and
<input type=”button” class=”stock_alert_button” name=”alert_button” value=
here i have changed to my language:
<h6 class=”subscribe_for_interest_text”><Gauti prane?im?, kai prek? bus prekyboje:</h6>
<input type=”text” class=”stock_alert_email” name=”alert_email” value=”‘.$user_email.'” />
<input type=”button” class=”stock_alert_button” name=”alert_button” value=”Sekti prek?” />
<input type=”hidden” class=”current_product_id” value=”‘.$product->id.'” />
<input type=”hidden” class=”current_product_name” value=”‘.$product->post->post_title.'” />
</div> ‘;
} else {
$stock_interest = ‘ <div class=”alert_container”>
<h6 class=”subscribe_for_interest_text”>Gauti prane?im?, kai prek? bus prekyboje:</h6>
<input type=”text” class=”stock_alert_email” name=”alert_email” />
<input type=”button” class=”stock_alert_button” name=”alert_button” value=”Sekti prek?” />
<input type=”hidden” class=”current_product_id” value=”‘.$product->id.'” />
<input type=”hidden” class=”current_product_name” value=”‘.$product->post->post_title.'” />
</div> ‘;
}