Browse Source

Fix copy and paste error on activity descriptions

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v13.0.0beta1
Joas Schilling 7 years ago
parent
commit
0b3266531b
No account linked to committer's email address

+ 1
- 1
apps/files/lib/Activity/Settings/FileDeleted.php View File

@@ -50,7 +50,7 @@ class FileDeleted implements ISetting {
* @since 11.0.0
*/
public function getName() {
return $this->l->t('A new file or folder has been <strong>deleted</strong>');
return $this->l->t('A file or folder has been <strong>deleted</strong>');
}

/**

+ 1
- 1
apps/files/lib/Activity/Settings/FileRestored.php View File

@@ -50,7 +50,7 @@ class FileRestored implements ISetting {
* @since 11.0.0
*/
public function getName() {
return $this->l->t('A new file or folder has been <strong>restored</strong>');
return $this->l->t('A file or folder has been <strong>restored</strong>');
}

/**

Loading…
Cancel
Save