summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-27 12:21:05 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-27 12:24:14 +0100
commitaf467d92f642309fdd13a305367ad11cd6976a62 (patch)
treedaffbd534a9ac1540e9871132d2f38e8ae7519cb /core/templates
parent577e47e207913554f855a4bfba13e6e7226ccaa9 (diff)
downloadnextcloud-server-af467d92f642309fdd13a305367ad11cd6976a62.tar.gz
nextcloud-server-af467d92f642309fdd13a305367ad11cd6976a62.zip
Installation: relabel 'Advanced' to more descriptive 'Storage & database'
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/installation.php2
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; ?>