From 45f6d84b69abe39f19ea9097a92c3cb4e925182a Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 25 Oct 2022 00:23:01 +0200 Subject: Fixed: "tag" -> "label" (#4770) * tag -> label (all english texts) * tag -> label (German) * marked as DIRTY * Update app/i18n/nl/feedback.php Co-authored-by: Frans de Jonge * Update app/i18n/nl/conf.php Co-authored-by: Frans de Jonge Co-authored-by: Alexandre Alapetite Co-authored-by: Frans de Jonge --- app/i18n/de/conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/de/conf.php') diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php index e80f110c4..5e9cdb36e 100644 --- a/app/i18n/de/conf.php +++ b/app/i18n/de/conf.php @@ -102,7 +102,7 @@ return array( 'order' => 'Nach Datum sortieren', 'search' => 'Suchbegriff', 'state' => 'Eigenschaft', - 'tags' => 'Nach Tag filtern', + 'tags' => 'Nach Labels filtern', 'type' => 'Filter-Typ', ), 'get_all' => 'Alle Artikel anzeigen', -- cgit v1.2.3