diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-02-27 12:21:05 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-02-27 12:24:14 +0100 |
commit | af467d92f642309fdd13a305367ad11cd6976a62 (patch) | |
tree | daffbd534a9ac1540e9871132d2f38e8ae7519cb /core | |
parent | 577e47e207913554f855a4bfba13e6e7226ccaa9 (diff) | |
download | nextcloud-server-af467d92f642309fdd13a305367ad11cd6976a62.tar.gz nextcloud-server-af467d92f642309fdd13a305367ad11cd6976a62.zip |
Installation: relabel 'Advanced' to more descriptive 'Storage & database'
Diffstat (limited to 'core')
-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 d3adb34f412..d9f3c38ab11 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -67,7 +67,7 @@ <?php if(!$_['directoryIsSet'] OR !$_['dbIsSet'] OR count($_['errors']) > 0): ?> <fieldset id="advancedHeader"> - <legend><a id="showAdvanced"><?php p($l->t( 'Advanced' )); ?> <img class="svg" src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" /></a></legend> + <legend><a id="showAdvanced"><?php p($l->t( 'Storage & database' )); ?> <img class="svg" src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" /></a></legend> </fieldset> <?php endif; ?> |