| @@ -77,13 +77,13 @@ | ||
| 77 | 77 | return 'https://wordpress.org/plugins/yith-woocommerce-request-a-quote/'; |
| 78 | 78 | } |
| 79 | 79 | |
| 80 | 80 | public function getTitle(): string { |
| 81 | - return __( 'YITH Request a Quote', 'tier-pricing-table' ); | |
| 81 | + return 'YITH Request a Quote'; | |
| 82 | 82 | } |
| 83 | 83 | |
| 84 | 84 | public function getDescription(): string { |
| 85 | - return __( 'Make tiered pricing properly work with request a quote form.', 'tier-pricing-table' ); | |
| 85 | + return __( 'Apply tiered pricing discounts when users request a quote through YITH Request a Quote.', 'tier-pricing-table' ); | |
| 86 | 86 | } |
| 87 | 87 | |
| 88 | 88 | public function getSlug(): string { |
| 89 | 89 | return 'yith-request-a-quote'; |