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
@@ -119,6 +119,6 @@ public static function getSettings(GenericEvent $event)
119
119
* @var \MyAdmin\Settings $settings
120
120
**/
121
121
$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'));
0 commit comments