1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-08-28 17:55:03 +02:00

Fix copy and paste error on activity descriptions

Signed-off-by: Joas Schilling <coding@schilljs.com>
Esse commit está contido em:
Joas Schilling 2017-07-20 09:31:14 +02:00
commit 0b3266531b
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: E166FD8976B3BAC8
2 arquivos alterados com 2 adições e 2 exclusões

Ver arquivo

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

Ver arquivo

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