Skip to content

Commit 3ff19cc

Browse files
authored
Merge pull request #854 from ExtensionEngine/improvement/back-to-login-btn
Edit button text on the reset password page
2 parents 9f23403 + 4416398 commit 3ff19cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/auth/ResetPassword.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Click here to send another reset email.
1515
</router-link>
1616
<v-btn :to="{ name: 'login' }" tag="a" text class="mt-7">
17-
<v-icon class="pr-2">mdi-arrow-left</v-icon>Back
17+
<v-icon class="pr-2">mdi-arrow-left</v-icon>Back to login page
1818
</v-btn>
1919
</div>
2020
<validation-observer

0 commit comments

Comments
 (0)