setup: Fix css class on the requirement's refresh button

refs #5543
This commit is contained in:
Johannes Meyer 2015-10-01 13:22:44 +02:00
parent b74f8ce51d
commit c9475807f6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if (! $form->getWizard()->getRequirements()->fulfilled()) {
null,
null,
array(
'class' => 'button-like',
'class' => 'button-link',
'title' => $title,
'aria-label' => sprintf($this->translate('Refresh the page; %s'), $title)
)