mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Translation missiong
Translation option missing for this tooltip text
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user