PluginProbe
Yatra – Travel Booking & Tour Operator Software / trunk
Yatra – Travel Booking & Tour Operator Software vtrunk
3.0.14 3.0.14.1 3.0.14.2 3.0.12 3.0.13 3.0.11 3.0.10 3.0.9 3.0.8 3.0.7 3.0.6 3.0.5 3.0.5.1 3.0.4 3.0.3 3.0.2.9 3.0.2.7 3.0.2.8 3.0.2.6 trunk 1.0.0 2.0.0 2.0.1 2.0.10 2.0.11 All 82 releases
← All changes | app/Controllers/ModuleController.php +2 -2 3.0.5.1trunk View file →
@@ -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 );