]> source.dussan.org Git - nextcloud-server.git/commitdiff
transfer ownership dialog word choice
authorSascha Wiswedel <sascha.wiswedel@nextcloud.com>
Fri, 6 Dec 2019 13:51:33 +0000 (14:51 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 17 Dec 2019 09:38:14 +0000 (10:38 +0100)
Use Reject instead of Decline

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
apps/files/lib/Notification/Notifier.php

index a802655414d1246d8f205a97f4a42c35549a9705..f349f73c53e04d03de7b473bc1b51ac02995bd83 100644 (file)
@@ -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(