Browse Source

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

Jakob Borg 10 years ago
parent
commit
c741465328
2 changed files with 2 additions and 2 deletions
  1. 1 1
      gui/index.html
  2. 1 1
      internal/auto/gui.files.go

+ 1 - 1
gui/index.html

@@ -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 it is too large
+ 1 - 1
internal/auto/gui.files.go


Some files were not shown because too many files changed in this diff