diff --git a/src/features/cart/ui/OrderPage.tsx b/src/features/cart/ui/OrderPage.tsx
index b502e9c..e350616 100644
--- a/src/features/cart/ui/OrderPage.tsx
+++ b/src/features/cart/ui/OrderPage.tsx
@@ -386,7 +386,9 @@ const OrderPage = () => {
length > 300 &&
'border-red-500 focus-visible:border-red-500 focus-visible:ring-none focus-visible:outline-0',
)}
- placeholder={t('Izoh')}
+ placeholder={t(
+ 'Izoh 300 ta belgidan oshmasligi kerak',
+ )}
/>
@@ -402,7 +404,7 @@ const OrderPage = () => {
{comment.length > 300 && (
- {t('Izoh 300 belgidan oshmasligi kerak')}
+ {t('Izoh 300 ta belgidan oshmasligi kerak')}
)}
diff --git a/src/features/profile/ui/RefreshOrder.tsx b/src/features/profile/ui/RefreshOrder.tsx
index 739323c..831b017 100644
--- a/src/features/profile/ui/RefreshOrder.tsx
+++ b/src/features/profile/ui/RefreshOrder.tsx
@@ -374,7 +374,7 @@ const RefreshOrder = () => {
{t("Ushbu buyurtma mavjud emas yoki o'chirilgan")}
-