Translation missiong

Translation option missing for this tooltip text
This commit is contained in:
mansurahamed
2020-04-22 14:46:55 +08:00
committed by GitHub
parent 9010bb1493
commit 20c6d83c28
+2 -2
View File
@@ -640,7 +640,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) {
'id' => 'account_tab_password',
'type' => 'checkbox',
'label' => __( 'Password Account Tab','ultimate-member' ),
'tooltip' => 'Enable/disable the Password account tab in account page',
'tooltip' => __('Enable/disable the Password account tab in account page','ultimate-member'),
),
array(
'id' => 'account_tab_privacy',
@@ -2966,4 +2966,4 @@ Use Only Cookies: <?php echo ini_get( 'session.use_only_cookies' ) ?
return $settings;
}
}
}
}