Skip to content

Commit

Permalink
fix: ensure main page is translated
Browse files Browse the repository at this point in the history
This commit ensures that the settings text is properly translated.
  • Loading branch information
jniles committed Apr 13, 2016
1 parent c4fa1b7 commit 0ef09fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h4><a class="title-content">{{AppCtrl.projectName}}</a></h4>
<li>
<a class="session" ng-click="AppCtrl.settings()">
<span class="glyphicon glyphicon-cog"></span>
<span class="link-label">User Settings</span>
<span class="link-label">{{ "SETTINGS.TITLE" | translate }}</span>
</a>
</li>
<li>
Expand Down

0 comments on commit 0ef09fd

Please sign in to comment.