| @@ -32,14 +32,14 @@ | ||
| 32 | 32 | } |
| 33 | 33 | } |
| 34 | 34 | |
| 35 | 35 | public function save_item() { |
| 36 | - $text = __( 'Item saved.', 'wpcoder' ); | |
| 37 | - echo '<div class="wowp-notice notice notice-success is-dismissible">' . esc_html( $text ) . '</div>'; | |
| 36 | + $text = __( 'Item saved successfully.', 'wp-coder' ); | |
| 37 | + echo '<div class="wowp-notification notification-success notice notice-success is-dismissible">' . esc_html( $text ) . '</div>'; | |
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | public function remove_item() { |
| 41 | - $text = __( 'Item delete.', 'wpcoder' ); | |
| 42 | - echo '<div class="wowp-notice notice notice-warning is-dismissible">' . esc_html( $text ) . '</div>'; | |
| 41 | + $text = __( 'Item has been deleted', 'wp-coder' ); | |
| 42 | + echo '<div class="wowp-notification notification-warning notice notice-warning is-dismissible">' . esc_html( $text ) . '</div>'; | |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | } |