Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit 83ceb27

Browse files
Squ34k3rZSqu34k3rZ
authored andcommitted
Update header.client.view.html
Correct spelling
1 parent 9db5e71 commit 83ceb27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/modules/core/views/header.client.view.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
</ul>
2626
<ul class="nav navbar-nav navbar-right" data-ng-hide="authentication.user">
2727
<li ui-route="/signup" ng-class="{active: $uiRoute}">
28-
<a href="/#!/signup">Signup</a>
28+
<a href="/#!/signup">Sign Up</a>
2929
</li>
3030
<li class="divider-vertical"></li>
3131
<li ui-route="/signin" ng-class="{active: $uiRoute}">
32-
<a href="/#!/signin">Signin</a>
32+
<a href="/#!/signin">Sign In</a>
3333
</li>
3434
</ul>
3535
<ul class="nav navbar-nav navbar-right" data-ng-show="authentication.user">
@@ -55,4 +55,4 @@
5555
</li>
5656
</ul>
5757
</nav>
58-
</div>
58+
</div>

0 commit comments

Comments
 (0)