diff options
author | Raghu Nayyar <me@iraghu.com> | 2014-02-27 16:56:28 +0530 |
---|---|---|
committer | Raghu Nayyar <me@iraghu.com> | 2014-02-27 16:56:28 +0530 |
commit | 832f6e4e423ea784b8a6408135d796a1a0c83f6c (patch) | |
tree | daffbd534a9ac1540e9871132d2f38e8ae7519cb | |
parent | 577e47e207913554f855a4bfba13e6e7226ccaa9 (diff) | |
parent | af467d92f642309fdd13a305367ad11cd6976a62 (diff) | |
download | nextcloud-server-832f6e4e423ea784b8a6408135d796a1a0c83f6c.tar.gz nextcloud-server-832f6e4e423ea784b8a6408135d796a1a0c83f6c.zip |
Merge pull request #7450 from owncloud/rename-advanced
Installation: relabel 'Advanced' to more descriptive 'Storage & database'
-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; ?> |