X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9b271e559fd0ca98319cf5ba0d7c26916511b62a..refs/pull/5725/head:/resources/views/mfa/backup-codes-generate.blade.php diff --git a/resources/views/mfa/backup-codes-generate.blade.php b/resources/views/mfa/backup-codes-generate.blade.php index 6a491fc07..27ab0317c 100644 --- a/resources/views/mfa/backup-codes-generate.blade.php +++ b/resources/views/mfa/backup-codes-generate.blade.php @@ -1,15 +1,11 @@ -@extends('simple-layout') +@extends('layouts.simple') @section('body')
-

Backup Codes

-

- Store the below list of codes in a safe place. - When accessing the system you'll be able to use one of the codes - as a second authentication mechanism. -

+

{{ trans('auth.mfa_gen_backup_codes_title') }}

+

{{ trans('auth.mfa_gen_backup_codes_desc') }}

@@ -20,18 +16,18 @@

- Download Codes + {{ trans('auth.mfa_gen_backup_codes_download') }}

- Each code can only be used once + {{ trans('auth.mfa_gen_backup_codes_usage_warning') }}

{{ csrf_field() }}
{{ trans('common.cancel') }} - +