Merge pull request #1492 from alex2108/fix-gui

use lowerCamelCase for file versioning display
This commit is contained in:
Jakob Borg 2015-03-20 09:34:48 +01:00
commit 9033838cf2

View File

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