| @@ -135,9 +135,9 @@ | ||
| 135 | 135 | if (!apply_filters('yatra_is_agency_active', false)) { |
| 136 | 136 | return $this->error_response( |
| 137 | 137 | sprintf( |
| 138 | 138 | /* translators: %s: module name. */ |
| 139 | - __('%s is available on the Yatra Pro Agency plan only. Upgrade your license to enable it.', 'yatra'), | |
| 139 | + __('%s is available on the Yatra Pro Scale plan only. Upgrade your license to enable it.', 'yatra'), | |
| 140 | 140 | $target_module['name'] |
| 141 | 141 | ), |
| 142 | 142 | 403 |
| 143 | 143 | ); |
| @@ -149,9 +149,9 @@ | ||
| 149 | 149 | if (!apply_filters('yatra_is_ai_eligible', false)) { |
| 150 | 150 | return $this->error_response( |
| 151 | 151 | sprintf( |
| 152 | 152 | /* translators: %s: module name. */ |
| 153 | - __('%s requires a Growth or Agency license. Upgrade your plan to enable it.', 'yatra'), | |
| 153 | + __('%s requires a Growth or Scale license. Upgrade your plan to enable it.', 'yatra'), | |
| 154 | 154 | $target_module['name'] |
| 155 | 155 | ), |
| 156 | 156 | 403 |
| 157 | 157 | ); |