diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-12-04 23:09:30 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-12-04 23:09:30 +0100 |
commit | 5ccea4cc2f4c89a0232670a9f0b87c641e5df9ad (patch) | |
tree | 7d84033c7cb503477cf918d6c4fb416618dd4d0c /core/templates | |
parent | 855a011697c018d5e30dd380227cbf992c967fd1 (diff) | |
download | nextcloud-server-5ccea4cc2f4c89a0232670a9f0b87c641e5df9ad.tar.gz nextcloud-server-5ccea4cc2f4c89a0232670a9f0b87c641e5df9ad.zip |
small fixes: toggle color adjustment, remove colon, prevent label wrapping
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/installation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index 79d30eff539..889d8bf377d 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -47,7 +47,7 @@ <fieldset id="datadirField"> <legend><a id="showAdvanced"><?php echo $l->t( 'Advanced' ); ?> ▾</a></legend> <div id="datadirContent"> - <label for="directory"><?php echo $l->t( 'Data folder' ); ?>:</label><br/> + <label for="directory"><?php echo $l->t( 'Data folder' ); ?></label><br/> <input type="text" name="directory" id="directory" value="<?php print OC_Helper::init_var('directory', $_['directory']); ?>" /> </div> </fieldset> |