- <h2 class="list-heading">Verify Setup</h2>
- <p id="totp-verify-input-details" class="mb-s">
- Verify that all is working by entering a code, generated within your
- authentication app, in the input box below:
- </p>
- <form action="{{ url('/mfa/totp-confirm') }}" method="POST">
+ <h2 class="list-heading">{{ trans('auth.mfa_gen_totp_verify_setup') }}</h2>
+ <p id="totp-verify-input-details" class="mb-s">{{ trans('auth.mfa_gen_totp_verify_setup_desc') }}</p>
+ <form action="{{ url('/mfa/totp/confirm') }}" method="POST">