Author
|
zPlus <->
2016-07-14 09:02:13
|
Committer
|
zPlus <->
2016-07-14 09:02:13
|
Commit
|
e9dff48
(patch)
|
Tree
|
846d051
|
Parent(s)
|
|
template/login_reset.twig: Change button text
commits diff:
1e8e839..e9dff48
1 file changed,
1 insertion,
1 deletion
—
download
Diffstat
Diff options
+1/-1
M template/login_reset.twig
44
|
44
|
|
</div>
|
45
|
45
|
|
|
46
|
46
|
|
<div>
|
47
|
|
- |
<input type="submit" name="reset" class="btn btn-primary" value="Login" />
|
|
47
|
+ |
<input type="submit" name="reset" class="btn btn-primary" value="Send reset code" />
|
48
|
48
|
|
</div>
|
49
|
49
|
|
</form>
|
50
|
50
|
|
|