From 46105933baf45e084da58b8e9b8c7f70d0eccb66 Mon Sep 17 00:00:00 2001 From: 7underlines Date: Mon, 6 Jan 2025 08:16:36 +0100 Subject: [PATCH] fix: update label for showType to Categories --- .../administration/src/module/blog-module/snippet/de-DE.json | 2 +- .../administration/src/module/blog-module/snippet/en-GB.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Resources/app/administration/src/module/blog-module/snippet/de-DE.json b/src/Resources/app/administration/src/module/blog-module/snippet/de-DE.json index cafae63..f0239e8 100644 --- a/src/Resources/app/administration/src/module/blog-module/snippet/de-DE.json +++ b/src/Resources/app/administration/src/module/blog-module/snippet/de-DE.json @@ -95,7 +95,7 @@ } }, "showType": { - "label": "Anzeigetyp", + "label": "Kategorien", "options": { "all": "Alle", "select": "Kategorien auswählen" diff --git a/src/Resources/app/administration/src/module/blog-module/snippet/en-GB.json b/src/Resources/app/administration/src/module/blog-module/snippet/en-GB.json index f9eb067..be4737d 100644 --- a/src/Resources/app/administration/src/module/blog-module/snippet/en-GB.json +++ b/src/Resources/app/administration/src/module/blog-module/snippet/en-GB.json @@ -104,7 +104,7 @@ } }, "showType": { - "label": "Show type", + "label": "Categories", "options": { "all": "All", "select": "Select categories"