config->two_factor_type == 'both') {
echo lang('We have sent a message and an email that contain the confirmation code to enable two-factor authentication');
}
elseif ($music->config->two_factor_type == 'email') {
echo lang('We have sent an email that contains the confirmation code to enable Two-factor authentication.');
}
elseif ($music->config->two_factor_type == 'phone') {
echo lang('We have sent a message that contains the confirmation code to enable Two-factor authentication.');
}
?>