Skip to content
Snippets Groups Projects
Commit 832f6e4e authored by Raghu Nayyar's avatar Raghu Nayyar
Browse files

Merge pull request #7450 from owncloud/rename-advanced

Installation: relabel 'Advanced' to more descriptive 'Storage & database'
parents 577e47e2 af467d92
Branches
No related tags found
No related merge requests found
......@@ -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; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment