diff options
author | Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | 2019-12-06 14:51:33 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-12-17 10:38:14 +0100 |
commit | a64b5de491ce7ed7da99cf630dcc52524dd1f89a (patch) | |
tree | a12fef0fcb5f108df29d5754eeb3cfc271f02930 /apps | |
parent | f56756680392db2516b5db10c9c9a4f736406015 (diff) | |
download | nextcloud-server-a64b5de491ce7ed7da99cf630dcc52524dd1f89a.tar.gz nextcloud-server-a64b5de491ce7ed7da99cf630dcc52524dd1f89a.zip |
transfer ownership dialog word choice
Use Reject instead of Decline
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/lib/Notification/Notifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/lib/Notification/Notifier.php b/apps/files/lib/Notification/Notifier.php index a802655414d..f349f73c53e 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( |