← All changes
|
src/Integrations/Plugins/Elementor/ElementorIntegration.php
+2
-2
6.1.0
→
8.0.2
View file →
| @@ -5,13 +5,13 @@ | ||
| 5 | 5 | |
| 6 | 6 | class ElementorIntegration extends PluginIntegrationAbstract { |
| 7 | 7 | |
| 8 | 8 | public function getTitle(): string { |
| 9 | - return __( 'Elementor', 'tier-pricing-table' ); | |
| 9 | + return 'Elementor'; | |
| 10 | 10 | } |
| 11 | 11 | |
| 12 | 12 | public function getDescription(): string { |
| 13 | - return __( 'Provides the tiered pricing widget with a bunch of settings, such as: display type, active tier color, etc.', | |
| 13 | + return __( 'Add a dedicated Elementor widget to display the tiered pricing table with customizable design options.', | |
| 14 | 14 | 'tier-pricing-table' ); |
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | public function getSlug(): string { |