1
0
şunun yansıması https://github.com/nextcloud/server.git eşitlendi 2024-08-29 05:55:50 +02:00

Fix copy and paste error on activity descriptions

Signed-off-by: Joas Schilling <coding@schilljs.com>
Bu işleme şunda yer alıyor:
Joas Schilling 2017-07-20 09:31:14 +02:00
ebeveyn 5e468c0bba
işleme 0b3266531b
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: E166FD8976B3BAC8
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme

Dosyayı Görüntüle

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

Dosyayı Görüntüle

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