summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/federatedfilesharing/lib')
-rw-r--r--apps/federatedfilesharing/lib/Notifier.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/federatedfilesharing/lib/Notifier.php b/apps/federatedfilesharing/lib/Notifier.php
index cae3fc2aa99..42a07abb38a 100644
--- a/apps/federatedfilesharing/lib/Notifier.php
+++ b/apps/federatedfilesharing/lib/Notifier.php
@@ -146,14 +146,14 @@ class Notifier implements INotifier {
switch ($action->getLabel()) {
case 'accept':
$action->setParsedLabel(
- (string) $l->t('Accept')
+ (string)$l->t('Accept')
)
- ->setPrimary(true);
+ ->setPrimary(true);
break;
case 'decline':
$action->setParsedLabel(
- (string) $l->t('Decline')
+ (string)$l->t('Decline')
);
break;
}