| @@ -58,34 +58,34 @@ | ||
| 58 | 58 | */ |
| 59 | 59 | public function get_deactive_settings() { |
| 60 | 60 | return array( |
| 61 | 61 | array( |
| 62 | - 'id' => 'not-working', | |
| 63 | - 'input' => false, | |
| 64 | - 'text' => __( "The plugin isn’t working properly.", "product-blocks" ) | |
| 65 | - ), | |
| 66 | - array( | |
| 67 | - 'id' => 'limited-features', | |
| 68 | - 'input' => false, | |
| 69 | - 'text' => __( "Limited features on the free version.", "product-blocks" ) | |
| 70 | - ), | |
| 71 | - array( | |
| 72 | - 'id' => 'better-plugin', | |
| 73 | - 'input' => true, | |
| 74 | - 'text' => __( "I found a better plugin.", "product-blocks" ), | |
| 75 | - 'placeholder' => __( "Please share which plugin.", "product-blocks" ), | |
| 76 | - ), | |
| 77 | - array( | |
| 78 | - 'id' => 'temporary-deactivation', | |
| 79 | - 'input' => false, | |
| 80 | - 'text' => __( "It's a temporary deactivation.", "product-blocks" ) | |
| 81 | - ), | |
| 82 | - array( | |
| 83 | - 'id' => 'other', | |
| 84 | - 'input' => true, | |
| 85 | - 'text' => __( "Other.", "product-blocks" ), | |
| 86 | - 'placeholder' => __( "Please share the reason.", "product-blocks" ), | |
| 87 | - ), | |
| 62 | + 'id' => 'not-working', | |
| 63 | + 'input' => false, | |
| 64 | + 'text' => __( 'The plugin isn’t working properly.', 'ultimate-post' ), | |
| 65 | + ), | |
| 66 | + array( | |
| 67 | + 'id' => 'limited-features', | |
| 68 | + 'input' => false, | |
| 69 | + 'text' => __( 'Limited features on the free version.', 'ultimate-post' ), | |
| 70 | + ), | |
| 71 | + array( | |
| 72 | + 'id' => 'better-plugin', | |
| 73 | + 'input' => true, | |
| 74 | + 'text' => __( 'I found a better plugin.', 'ultimate-post' ), | |
| 75 | + 'placeholder' => __( 'Please share which plugin.', 'ultimate-post' ), | |
| 76 | + ), | |
| 77 | + array( | |
| 78 | + 'id' => 'temporary-deactivation', | |
| 79 | + 'input' => false, | |
| 80 | + 'text' => __( "It's a temporary deactivation.", 'ultimate-post' ), | |
| 81 | + ), | |
| 82 | + array( | |
| 83 | + 'id' => 'other', | |
| 84 | + 'input' => true, | |
| 85 | + 'text' => __( 'Other.', 'ultimate-post' ), | |
| 86 | + 'placeholder' => __( 'Please share the reason.', 'ultimate-post' ), | |
| 87 | + ), | |
| 88 | 88 | ); |
| 89 | 89 | } |
| 90 | 90 | |
| 91 | 91 | /** |