summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Notification/Notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Notification/Notifier.php b/lib/Notification/Notifier.php
index be6b53fc8..f79abbd88 100644
--- a/lib/Notification/Notifier.php
+++ b/lib/Notification/Notifier.php
@@ -320,7 +320,7 @@ class Notifier implements INotifier {
IAction::TYPE_POST
);
$dismissAction = $notification->createAction()
- ->setParsedLabel($l->t('Dismiss'))
+ ->setParsedLabel($l->t('Dismiss notification'))
->setLink(
$this->urlGenerator->linkToRouteAbsolute(
'ocs.spreed.Recording.notificationDismiss',