diff options
author | Mario <mario@mariovavti.com> | 2023-03-09 15:48:03 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-03-09 15:48:03 +0000 |
commit | 203d9d651f799710cc38824312b29ba341f1ea0f (patch) | |
tree | 9b6e1495aafb64995d04137643f45505fa3ce965 /view/tpl | |
parent | 8af5788fc193a245c8aeed3b554a79baaa1bde3a (diff) | |
download | volse-hubzilla-203d9d651f799710cc38824312b29ba341f1ea0f.tar.gz volse-hubzilla-203d9d651f799710cc38824312b29ba341f1ea0f.tar.bz2 volse-hubzilla-203d9d651f799710cc38824312b29ba341f1ea0f.zip |
mfa strings update
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/settings_account.tpl | 2 | ||||
-rw-r--r-- | view/tpl/totp_setup.tpl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl index b0076f380..0280b2962 100644 --- a/view/tpl/settings_account.tpl +++ b/view/tpl/settings_account.tpl @@ -17,7 +17,7 @@ <div class="settings-submit-wrapper" > <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button> - <a href="/settings/multifactor" class="btn btn-outline-success">Configure MFA</a> + <a href="/settings/multifactor" class="btn btn-outline-success">{{$mfa}}</a> </div> {{$account_settings}} </div> diff --git a/view/tpl/totp_setup.tpl b/view/tpl/totp_setup.tpl index 4139e3552..2ee79fae9 100644 --- a/view/tpl/totp_setup.tpl +++ b/view/tpl/totp_setup.tpl @@ -6,7 +6,7 @@ {{if $secret}} <div class="section-content-info-wrapper"> <div>{{$secret_text}}</div> - <div><strong>{{$secret}}</strong></div> + <div><strong class="text-break">{{$secret}}</strong></div> </div> {{/if}} <img src="{{$qrcode}}" alt="{{$uri}}" title="{{$uri}}"> @@ -17,7 +17,7 @@ <input type="text" id="totp_test" class="form-control" onfocus="totp_clear_code()"/> <small class="text-muted">{{$test_title_sub}}</small> </div> - <button id="otp-test-submit" type="submit" name="submit" class="btn btn-primary" onclick="totp_test_code(); return false;"> + <button id="otp-test-submit" type="submit" name="submit" class="btn btn-outline-primary" onclick="totp_test_code(); return false;"> {{$test}} </button> <div class=""> |