We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106549a commit 93c44efCopy full SHA for 93c44ef
1 file changed
src/Plugin.php
@@ -153,6 +153,6 @@ public static function getSettings(GenericEvent $event)
153
* @var \MyAdmin\Settings $settings
154
**/
155
$settings = $event->getSubject();
156
- $settings->add_dropdown_setting(self::$module, __('General'), 'outofstock_licenses', __('Out Of Stock Licenses'), __('Enable/Disable Sales Of This Type'), $settings->get_setting('OUTOFSTOCK_LICENSES'), ['0', '1'], ['No', 'Yes']);
+ $settings->add_dropdown_setting(self::$module, _('General'), 'outofstock_licenses', _('Out Of Stock Licenses'), _('Enable/Disable Sales Of This Type'), $settings->get_setting('OUTOFSTOCK_LICENSES'), ['0', '1'], ['No', 'Yes']);
157
}
158
0 commit comments