config->two_factor_type == 'both') { echo lang('A confirmation message and email were sent.'); } elseif ($music->config->two_factor_type == 'email') { echo lang('A confirmation email has been sent.'); } elseif ($music->config->two_factor_type == 'phone') { echo lang('A confirmation message was sent.'); } ?>

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.'); } ?>

config->sms_or_email == 'mail') { echo lang('A confirmation message and email were sent.'); } elseif ($music->config->sms_or_email == 'sms') { echo lang('A confirmation message was sent.'); } ?>

config->sms_or_email == 'mail') { echo lang('We have sent an email that contains the confirmation code to enable Two-factor authentication.'); } elseif ($music->config->sms_or_email == 'sms') { echo lang('We have sent a message that contains the confirmation code to enable Two-factor authentication.'); } ?>