Skip to content

Commit

Permalink
quick typo fix on about view
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lancaster committed Feb 17, 2015
1 parent 2b8ec72 commit 1ef3cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<div class="aboutView_content" ng-bind-html="content"></div>

<!--TODO: when this released remove from Soundnode-about the hard coded version -->
<small class="ui-db">Soundnode version {{ appVersion }}.</small>
<small class="ui-db">Soundnode latest version {{ appLatestVersion }}</small>
<small class="ui-db">Your Soundnode current version {{ appVersion }}.</small>
<small class="ui-db">Soundnode latest release version {{ appLatestVersion }}</small>
</div>

0 comments on commit 1ef3cdb

Please sign in to comment.