diff options
author | Riccardo Iaconelli <riccardo@kde.org> | 2010-10-06 15:26:01 +0200 |
---|---|---|
committer | Riccardo Iaconelli <riccardo@kde.org> | 2010-10-06 15:26:01 +0200 |
commit | 51b54048798b19f2c7fa2bb4f031b75aea0adcb4 (patch) | |
tree | f0cc434ef392cb374186c64202df297963505772 /inc | |
parent | 494d88a4353799ae2fbc2631578664715c063c7e (diff) | |
download | nextcloud-server-51b54048798b19f2c7fa2bb4f031b75aea0adcb4.tar.gz nextcloud-server-51b54048798b19f2c7fa2bb4f031b75aea0adcb4.zip |
fix a couple of typos
Signed-off-by: Riccardo Iaconelli <riccardo@kde.org>
Diffstat (limited to 'inc')
-rwxr-xr-x | inc/templates/adminform.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/templates/adminform.php b/inc/templates/adminform.php index da75b8b841d..50ba2a3b64b 100755 --- a/inc/templates/adminform.php +++ b/inc/templates/adminform.php @@ -95,7 +95,7 @@ if($FIRSTRUN){?> <?php } ?> -<tr><th colspan="2">Advanced Configurations</th></tr> +<tr><th colspan="2">Advanced Configuration</th></tr> <?php if($FIRSTRUN){?> <tr title="This directory is used to store files."><td>data directory:</td><td><input type="text" name="datadirectory" size="30" class="formstyle" value="<?php echo($CONFIG_DATADIRECTORY_ROOT);?>"></input></td></tr> <?php } ?> @@ -177,7 +177,7 @@ if($CONFIG_DBTYPE=='sqlite'){ <tr title="The password of the administrative database user. If in doubt, contact your web-host." id='dbAdminPwd'><td> - administrative password:</td><td><input type="password" name="dbadminpwd" size="30" class="formstyle" value=''></input></td></tr> <tr title="Fill database with default data so you can start right away." id='dbfill'><td> - fill initial database:</td><td><input type="checkbox" name="filldb" size="30" class="formstyle" value='1' checked="checked"></input></td></tr> <?php }?> -<tr><th colspan="2">Conformation</th></tr> +<tr><th colspan="2">Confirmation</th></tr> <?php if(!$FIRSTRUN){?> <tr title="This is to avoid abuse while you are away and have not logged out decently."><td>your password:</td><td><input type="password" name="currentpassword" size="30" class="formstyle"></input></td></tr> |