| @@ -49,10 +49,9 @@ | ||
| 49 | 49 | <div class="wp-chatbot-footer"> |
| 50 | 50 | <div id="wp-chatbot-editor-area" class="wp-chatbot-editor-area"> |
| 51 | 51 | <input id="wp-chatbot-editor" class="wp-chatbot-editor" required="" placeholder="<?php echo esc_attr(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_send_a_msg')))); ?>" |
| 52 | 52 | > |
| 53 | - <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"> | |
| 54 | - <span class="dashicons dashicons-arrow-up-alt"></span></button> | |
| 53 | + <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><?php esc_html_e('send', 'chatbot'); ?></button> | |
| 55 | 54 | </div> |
| 56 | 55 | <!--wp-chatbot-editor-container--> |
| 57 | 56 | </div> |
| 58 | 57 | <!--wp-chatbot-footer--> |