We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff754f commit c0ecf3bCopy full SHA for c0ecf3b
custom/TwoFactorsSetup.vue
@@ -17,7 +17,7 @@
17
<div class="flex justify-center m-3" >
18
<img :src="totpQrCode" class="af-qr-code min-w-[200px] min-h-[200px]" alt="QR code" />
19
</div>
20
- <div class="m-1">{{$t('Or copy this code to app manually:')}}</div>
+ <div>{{$t('Or copy this code to app manually:')}}</div>
21
<div class="w-full">
22
<div class="relative">
23
<label for="npm-install-copy-text" class="sr-only">{{$t('Label')}}</label>
0 commit comments