You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Plugin.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,6 @@ public static function getSettings(GenericEvent $event)
211
211
* @var \MyAdmin\Settings $settings
212
212
**/
213
213
$settings = $event->getSubject();
214
-
$settings->add_text_setting(self::$module, __('Costs & Limits'), 'website_ip_cost', __('Dedicated IP Cost'), __('This is the cost for purchasing an additional IP on top of a Website.'), (defined(WEBSITE_IP_COST) ? WEBSITE_IP_COST : 3));
214
+
$settings->add_text_setting(self::$module, _('Costs & Limits'), 'website_ip_cost', _('Dedicated IP Cost'), _('This is the cost for purchasing an additional IP on top of a Website.'), (defined(WEBSITE_IP_COST) ? WEBSITE_IP_COST : 3));
0 commit comments