Skip to content

Commit 03b1243

Browse files
committed
OnboardingMenu: small wording update re import options
1 parent e2e0944 commit 03b1243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/OnboardingMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<button class="choice login" tabindex="2" @click="login">
1010
<LoginIcon/>
1111
<h2 class="nq-h2">{{ $t('Login') }}</h2>
12-
<p class="text">{{ $t('Use your Login File\nor Recovery Words.') }}</p>
12+
<p class="text">{{ $t('Use your Login File\nor a backup.') }}</p>
1313
</button>
1414

1515
<button class="choice signup" tabindex="1" @click="signup">

0 commit comments

Comments
 (0)