Explorar o código

Merge pull request #1492 from alex2108/fix-gui

use lowerCamelCase for file versioning display
Jakob Borg %!s(int64=10) %!d(string=hai) anos
pai
achega
9033838cf2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/index.html

+ 1 - 1
gui/index.html

@@ -234,7 +234,7 @@
                     </tr>
                     <tr ng-if="folder.versioning.type">
                       <th><span class="glyphicon glyphicon-tags"></span>&emsp;<span translate>File Versioning</span></th>
-                      <td class="text-right" ng-switch="folder.Versioning.Type">
+                      <td class="text-right" ng-switch="folder.versioning.type">
                         <span ng-switch-when="staggered" translate>Staggered File Versioning</span>
                         <span ng-switch-when="simple" translate>Simple File Versioning</span>
                         <span ng-switch-when="external" translate>External File Versioning</span>