From 8d0795a44dcffd4c490acea8d178d6b7a0698b47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96zt=C3=BCrk?= Date: Sat, 17 Jan 2026 00:02:15 +0300 Subject: [PATCH] Localization Search --- api/src/Erp.Platform.DbMigrator/Seeds/LanguagesData.json | 6 ++++++ ui/src/views/admin/listForm/edit/form-fields/FormFields.tsx | 2 +- ui/src/views/public/Blog.tsx | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/LanguagesData.json b/api/src/Erp.Platform.DbMigrator/Seeds/LanguagesData.json index 7254a59a..2e8bc646 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/LanguagesData.json +++ b/api/src/Erp.Platform.DbMigrator/Seeds/LanguagesData.json @@ -1339,6 +1339,12 @@ "en": "Report Templates", "tr": "Rapor Şablonları" }, + { + "resourceName": "Platform", + "key": "App.Reports.Search", + "en": "Search", + "tr": "Arama" + }, { "resourceName": "Platform", "key": "App.Menus.Menu", diff --git a/ui/src/views/admin/listForm/edit/form-fields/FormFields.tsx b/ui/src/views/admin/listForm/edit/form-fields/FormFields.tsx index 563b8cf1..1fdcff17 100644 --- a/ui/src/views/admin/listForm/edit/form-fields/FormFields.tsx +++ b/ui/src/views/admin/listForm/edit/form-fields/FormFields.tsx @@ -791,7 +791,7 @@ function FormFields({
diff --git a/ui/src/views/public/Blog.tsx b/ui/src/views/public/Blog.tsx index 3c70ae21..ea0a46c7 100644 --- a/ui/src/views/public/Blog.tsx +++ b/ui/src/views/public/Blog.tsx @@ -127,7 +127,7 @@ const Blog = () => { : 'bg-gray-200 text-gray-700 hover:bg-gray-300' }`} > - {translate('::App.Reports.Dashboard.All')} + {translate('::App.Reports.Search')} {categories.map((category) => (