transfer ownership dialog word choice
Use Reject instead of Decline Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
This commit is contained in:
parent
f567566803
commit
a64b5de491
|
@ -127,7 +127,7 @@ class Notifier implements INotifier, IDismissableNotifier {
|
||||||
);
|
);
|
||||||
|
|
||||||
$disapproveAction = $notification->createAction()
|
$disapproveAction = $notification->createAction()
|
||||||
->setParsedLabel($l->t('Decline'))
|
->setParsedLabel($l->t('Reject'))
|
||||||
->setPrimary(false)
|
->setPrimary(false)
|
||||||
->setLink(
|
->setLink(
|
||||||
$this->urlGenerator->getAbsoluteURL(
|
$this->urlGenerator->getAbsoluteURL(
|
||||||
|
|
Loading…
Reference in New Issue