Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
Fixed grammatical error in dashboard (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonaeAkira authored and DeviaVir committed May 14, 2018
1 parent f728c51 commit 19f012e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/dashboard.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
<div class="col-lg-9 col-sm-8 col-md-8 col-12">
<ol class="breadcrumb">
<li>Running since <%= moment(boot_time).toNow(true) %></li>
<li>Running for <%= moment(boot_time).toNow(true) %></li>
</ol>
</div>
<!-- /.col-lg-12 -->
Expand Down

0 comments on commit 19f012e

Please sign in to comment.