From aed32de2c7423d701dda28e49478483481bd28e9 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Tue, 17 Jan 2023 15:26:07 -0300 Subject: CHange to more specific text Signed-off-by: Vitor Mattos --- lib/Notification/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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', -- cgit v1.2.3