浏览代码

Fix typo on forgot password link (#1)

pull/342/head
Adam Harris 8 年前
committed by Guillaume Vincent
父节点
当前提交
be8f52c072
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/views/Login.vue

+ 1
- 1
src/views/Login.vue 查看文件

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


正在加载...
取消
保存