From a64b5de491ce7ed7da99cf630dcc52524dd1f89a Mon Sep 17 00:00:00 2001 From: Sascha Wiswedel Date: Fri, 6 Dec 2019 14:51:33 +0100 Subject: [PATCH] transfer ownership dialog word choice Use Reject instead of Decline Signed-off-by: Sascha Wiswedel --- apps/files/lib/Notification/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/lib/Notification/Notifier.php b/apps/files/lib/Notification/Notifier.php index a802655414..f349f73c53 100644 --- a/apps/files/lib/Notification/Notifier.php +++ b/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(