summaryrefslogtreecommitdiff
path: root/front-end/src/component/nav-top/index.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/src/component/nav-top/index.jsx')
-rw-r--r--front-end/src/component/nav-top/index.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/front-end/src/component/nav-top/index.jsx b/front-end/src/component/nav-top/index.jsx
index 08a4e8d..f6a9bfb 100644
--- a/front-end/src/component/nav-top/index.jsx
+++ b/front-end/src/component/nav-top/index.jsx
@@ -69,7 +69,7 @@ class NavTop extends React.Component {
} else {
button = <li className="dropdown sign-in">
<Link to="/login" aria-expanded="false">
- Sign in
+ Log in
</Link>
</li>;
}
@@ -110,7 +110,7 @@ class NavTop extends React.Component {
<li>
<a href="#">
<div>
- <i className="fa fa-tasks fa-fw"></i> Licence
+ <i className="fa fa-tasks fa-fw"></i> License
{/*<span className="pull-right text-muted small">4 min</span>*/}
</div>
</a>