Mark the accept button as primary
This commit is contained in:
parent
c769f5775d
commit
65e1e4a202
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ class Notifier implements INotifier {
|
|||
case 'accept':
|
||||
$action->setParsedLabel(
|
||||
(string) $l->t('Accept')
|
||||
);
|
||||
)
|
||||
->setPrimary(true);
|
||||
break;
|
||||
|
||||
case 'decline':
|
||||
|
|
Loading…
Reference in a new issue