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':
$action->setParsedLabel(
(string) $l->t('Accept')
);
)
->setPrimary(true);
break;
case 'decline':