diff options
author | maTh <1645099+math-GH@users.noreply.github.com> | 2025-01-05 00:07:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-05 00:07:27 +0100 |
commit | f1ca0b7c1fd70923713c97602d746f6b69560a4c (patch) | |
tree | 139cbc3df64e41b91fcb3fe15f52cd4741b787ee /app/i18n/de | |
parent | b13ed4e479e9c4ac4dcd93f6706b65afb3193668 (diff) | |
download | freshrss-f1ca0b7c1fd70923713c97602d746f6b69560a4c.tar.gz freshrss-f1ca0b7c1fd70923713c97602d746f6b69560a4c.zip |
fix i18n:de sub.php (#7177)
Diffstat (limited to 'app/i18n/de')
-rw-r--r-- | app/i18n/de/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php index ddc25c2ff..30a89c0c4 100644 --- a/app/i18n/de/sub.php +++ b/app/i18n/de/sub.php @@ -232,7 +232,7 @@ return array( 'ttl' => 'Aktualisiere automatisch nicht öfter als', 'unicityCriteria' => array( '_' => 'Einzigartigkeit eines Artikels', - 'forced' => '<span title="Einzigartikkeit-Einstellungen blockieren, selbst wenn der Feed Duplikat-Artikel hat">Erzwingen/span>', + 'forced' => '<span title="Einzigartikkeit-Einstellungen blockieren, selbst wenn der Feed Duplikat-Artikel hat">Erzwingen</span>', 'help' => 'Relevant für defekte Feeds.<br />⚠️ Änderungen werden Duplikate erzeugen.', 'id' => 'Standard ID (Standardeinstellung)', 'link' => 'Link', // IGNORE |