Skip to content

Commit 2db675d

Browse files
committed
misc: small fix or general refactoring i did not bother commenting
1 parent 2bc12d3 commit 2db675d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arc/views/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<input type="password" class="form-control form-control-lg rounded-0" id="key" required="" autocomplete="new-password">
1515
</div>
1616
<label>
17-
<input type="checkbox" id="persist" value="persist"/> Remember this computer.
17+
<input type="checkbox" id="persist" value="persist"/> Remember me.
1818
</label>
1919
<br/>
2020
<button type="submit" class="btn btn-secondary float-right" ng-click="doLogin()">Login</button>

0 commit comments

Comments
 (0)