summaryrefslogtreecommitdiff
path: root/Postman/PostmanPluginFeedback.php
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2017-12-05 21:53:16 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2017-12-05 21:53:16 +0000
commit82f78770cb8c6058bf506db617ed95c21e3c7b0a (patch)
treeb33b8a3d3eb8eac9fe6f8272f62e626ea4de0623 /Postman/PostmanPluginFeedback.php
parent362ab9579ed96c1ec9b24b9c0f4097081ba3516f (diff)
downloadPost-SMTP-82f78770cb8c6058bf506db617ed95c21e3c7b0a.zip
* Welcome on activation
* email log records per page * email logs trash all * remove gmail hosts for non gmail host
Diffstat (limited to 'Postman/PostmanPluginFeedback.php')
-rw-r--r--Postman/PostmanPluginFeedback.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/Postman/PostmanPluginFeedback.php b/Postman/PostmanPluginFeedback.php
index 3ac985d..b31011d 100644
--- a/Postman/PostmanPluginFeedback.php
+++ b/Postman/PostmanPluginFeedback.php
@@ -110,13 +110,13 @@ class PostmanPluginFeedback {
<li class="postman-reason">
<label>
- <span><input value="bad support" type="radio" name="reason" checked/></span>
- <span><?php _e( 'Bad Support', 'postman' ); ?></span>
+ <span><input value="no time for this" type="radio" name="reason" checked/></span>
+ <span><?php _e( 'I have no time for this', 'postman' ); ?></span>
</label>
</li>
<li class="postman-reason postman-custom-input">
<label>
- <span><input value="Found a better plugin" type="radio" name="reason" /></span>
+ <span><input value="Found a better plugin" type="radio" name="reason" data-reason="What is the name of the plugin?" /></span>
<span><?php _e( 'Found a better plugin', 'postman' ); ?></span>
</label>
</li>
@@ -145,7 +145,7 @@ class PostmanPluginFeedback {
</li>
</ul>
<div class="postman-reason-input" style="display: none;">
- <input type="text" class="regular-text" name="other_input" placeholder="Do you mind help and give more detailes?">
+ <input type="text" class="regular-text" name="other_input" placeholder="">
</div>
</form>
</div>