Skip to content

Commit 72b7b55

Browse files
committed
update going back to standard translation function
1 parent a2d68ee commit 72b7b55

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
@@ -119,6 +119,6 @@ public static function getSettings(GenericEvent $event)
119119
* @var \MyAdmin\Settings $settings
120120
**/
121121
$settings = $event->getSubject();
122-
$settings->add_text_setting(self::$module, __('Addon Costs'), 'vps_da_cost', __('VPS DirectAdmin License'), __('This is the cost for purchasing a direct admin license on top of a VPS.'), $settings->get_setting('VPS_DA_COST'));
122+
$settings->add_text_setting(self::$module, _('Addon Costs'), 'vps_da_cost', _('VPS DirectAdmin License'), _('This is the cost for purchasing a direct admin license on top of a VPS.'), $settings->get_setting('VPS_DA_COST'));
123123
}
124124
}

0 commit comments

Comments
 (0)