From 5c0f98cab8963d2dc76810734a8db25e053d3b6c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Herbinet?=
<33763786+Jerome-Herbinet@users.noreply.github.com>
Date: Thu, 16 Nov 2023 15:58:49 +0100
Subject: [PATCH] Update Setting.php
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
---
lib/Activity/Setting.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Activity/Setting.php b/lib/Activity/Setting.php
index 16905f7..28ed714 100644
--- a/lib/Activity/Setting.php
+++ b/lib/Activity/Setting.php
@@ -51,7 +51,7 @@ public function getIdentifier(): string {
* @since 11.0.0
*/
public function getName(): string {
- return $this->l->t('A local shared file or folder was downloaded');
+ return $this->l->t('A locally shared file or folder was downloaded');
}
/**