Skip to content

Commit

Permalink
update going back to standard translation function
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Nov 18, 2018
1 parent a2d68ee commit 72b7b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ public static function getSettings(GenericEvent $event)
* @var \MyAdmin\Settings $settings
**/
$settings = $event->getSubject();
$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'));
$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 comments on commit 72b7b55

Please sign in to comment.