We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e0944 commit 03b1243Copy full SHA for 03b1243
src/components/OnboardingMenu.vue
@@ -9,7 +9,7 @@
9
<button class="choice login" tabindex="2" @click="login">
10
<LoginIcon/>
11
<h2 class="nq-h2">{{ $t('Login') }}</h2>
12
- <p class="text">{{ $t('Use your Login File\nor Recovery Words.') }}</p>
+ <p class="text">{{ $t('Use your Login File\nor a backup.') }}</p>
13
</button>
14
15
<button class="choice signup" tabindex="1" @click="signup">
0 commit comments