Mark the accept button as primary

This commit is contained in:
Joas Schilling 2016-02-09 16:42:40 +01:00
parent c769f5775d
commit 65e1e4a202
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ class Notifier implements INotifier {
case 'accept': case 'accept':
$action->setParsedLabel( $action->setParsedLabel(
(string) $l->t('Accept') (string) $l->t('Accept')
); )
->setPrimary(true);
break; break;
case 'decline': case 'decline':