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

View File

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