Skip to content

Commit

Permalink
Update Setting.php
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet authored Nov 16, 2023
1 parent 1e64634 commit 5c0f98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Activity/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <strong>downloaded</strong>');
return $this->l->t('A locally shared file or folder was <strong>downloaded</strong>');
}

/**
Expand Down

0 comments on commit 5c0f98c

Please sign in to comment.