fix label for versioning in admin settings

remotes/origin/stable4
Georg Ehrke 2012-08-04 18:50:05 +07:00
parent 758ae42df0
commit c32a99b14c
1 changed files with 1 additions and 1 deletions

@ -1,4 +1,4 @@
<form id="versions">
<form id="versionssettings">
<fieldset class="personalblock">
<input type="checkbox" name="versions" id="versions" value="1" <?php if (OCP\Config::getSystemValue('versions', 'true')=='true') echo ' checked="checked"'; ?> /> <label for="versions"><?php echo $l->t('Enable Files Versioning'); ?></label> <br/>
</fieldset>