diff --git a/src/app/[locale]/search/page.tsx b/src/app/[locale]/search/page.tsx
index 3e7b120..cd25fd4 100644
--- a/src/app/[locale]/search/page.tsx
+++ b/src/app/[locale]/search/page.tsx
@@ -36,7 +36,7 @@ export async function generateMetadata({
openGraph: {
title,
description,
- url: `/search${query ? `?q=${encodeURIComponent(query)}` : ''}`,
+ url: `/search${query ? `?search=${encodeURIComponent(query)}` : ''}`,
type: 'website',
},
twitter: {
@@ -64,7 +64,7 @@ export async function generateMetadata({
openGraph: {
title,
description,
- url: `/search${query ? `?q=${encodeURIComponent(query)}` : ''}`,
+ url: `/search${query ? `?search=${encodeURIComponent(query)}` : ''}`,
type: 'website',
},
twitter: {
diff --git a/src/features/profile/ui/History.tsx b/src/features/profile/ui/History.tsx
index 943a999..48b93da 100644
--- a/src/features/profile/ui/History.tsx
+++ b/src/features/profile/ui/History.tsx
@@ -40,17 +40,20 @@ const HistoryTabs = () => {
return (
-
+
{t('Buyurtmalar topilmadi')}
-
+
{t(
"Hali buyurtma qilmagansiz. Mahsulotlarni ko'rib chiqing va birinchi buyurtmangizni bering!",
)}
-