use lowerCamelCase for file versioning display

This commit is contained in:
Alexander Graf 2015-03-19 18:16:48 +01:00
parent 5c026cbe1d
commit 18aa66dabb
1 changed files with 1 additions and 1 deletions

View File

@ -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>