mirror of
https://github.com/nextcloud/server.git
synced 2026-07-16 23:12:04 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ class Notifier implements INotifier, IDismissableNotifier {
|
|||
);
|
||||
|
||||
$disapproveAction = $notification->createAction()
|
||||
->setParsedLabel($l->t('Decline'))
|
||||
->setParsedLabel($l->t('Reject'))
|
||||
->setPrimary(false)
|
||||
->setLink(
|
||||
$this->urlGenerator->getAbsoluteURL(
|
||||
|
|
|
|||
Loading…
Reference in a new issue