transfer ownership dialog word choice

Use Reject instead of Decline


Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
pull/18270/head
Sascha Wiswedel 6 years ago committed by Roeland Jago Douma
parent f567566803
commit a64b5de491
No known key found for this signature in database
GPG Key ID: F941078878347C0C
  1. 2
      apps/files/lib/Notification/Notifier.php

@ -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…
Cancel
Save