Sfoglia il codice sorgente

Fix typo on forgot password link (#1)

pull/342/head
Adam Harris 8 anni fa
committed by Guillaume Vincent
parent
commit
be8f52c072
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/views/Login.vue

+ 1
- 1
src/views/Login.vue Vedi File

@@ -86,7 +86,7 @@
<div class="form-group row">
<div class="col-xs-12">
<router-link :to="{ name: 'passwordReset'}">
Forgot you password ?
Forgot your password?
</router-link>
</div>
</div>


Caricamento…
Annulla
Salva