Use versionString() in about modal (fixes #1663)

This commit is contained in:
Jakob Borg 2015-04-20 08:23:59 +09:00
parent fbca537a40
commit c741465328
2 changed files with 3 additions and 3 deletions

View File

@ -945,7 +945,7 @@
<!-- About modal -->
<modal id="about" large="yes" close="yes" status="info" title="{{'About' | translate}}">
<h1 class="text-center"><img alt="Syncthing" title="Syncthing" src="assets/img/logo-horizontal.svg" style="vertical-align: -16px" height="100" width="366"/><br/><small>{{version}}</small></h1>
<h1 class="text-center"><img alt="Syncthing" title="Syncthing" src="assets/img/logo-horizontal.svg" style="vertical-align: -16px" height="100" width="366"/><br/><small>{{versionString()}}</small></h1>
<hr/>
<p translate>Copyright &copy; 2015 the following Contributors:</p>

File diff suppressed because one or more lines are too long