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) => (