Explorar el Código

Fix typo on forgot password link (#1)

pull/342/head
Adam Harris hace 8 años
committed by Guillaume Vincent
padre
commit
be8f52c072
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/views/Login.vue

+ 1
- 1
src/views/Login.vue Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar