Skip to content

Commit

Permalink
Merge pull request #222 from Soundnode/improvements-fixes
Browse files Browse the repository at this point in the history
quick typo fix on about view
  • Loading branch information
weblancaster committed Feb 17, 2015
2 parents 2b8ec72 + 1ef3cdb commit b81d6af
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 b81d6af

Please sign in to comment.