1
0
miroir de https://github.com/nextcloud/server.git synchronisé 2024-08-29 05:55:50 +02:00

Fix copy and paste error on activity descriptions

Signed-off-by: Joas Schilling <coding@schilljs.com>
Cette révision appartient à :
Joas Schilling 2017-07-20 09:31:14 +02:00
Parent 5e468c0bba
révision 0b3266531b
Signature inconnue de Gitea
ID de la clé GPG: E166FD8976B3BAC8
2 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@ -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>');
}
/**

Voir le fichier

@ -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>');
}
/**