config->two_factor_type == 'both') { echo lang('We have sent you the confirmation code to your phone and to your email address.'); } else if ($music->config->two_factor_type == 'email') { echo lang('We have sent you the confirmation code to your email address.'); } else if ($music->config->two_factor_type == 'phone') { echo lang('We have sent you the confirmation code to your phone number.'); } ?>