Skip to content

Commit 774e5b1

Browse files
committed
update going back to standard translation function
1 parent 324d44f commit 774e5b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,6 @@ public static function getSettings(GenericEvent $event)
211211
* @var \MyAdmin\Settings $settings
212212
**/
213213
$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));
215215
}
216216
}

0 commit comments

Comments
 (0)