change texts

This commit is contained in:
hamid zarghami
2026-02-07 15:45:21 +03:30
parent 2096ae6046
commit f9308b470a
16 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ function FoodPage({ }: Props) {
if (!food?.data) {
return (
<div className='flex items-center justify-center min-h-[400px]'>
<p className='text-disabled-text'>غذا یافت نشد</p>
<p className='text-disabled-text'>کالا یافت نشد</p>
</div>
);
}
+1 -1
View File
@@ -114,7 +114,7 @@ function AboutPage() {
{restaurant.images && restaurant.images.length > 0 && (
<div className='inline-flex gap-2 mt-[23px] items-center'>
<Gallery size={20} className='stroke-disabled-text' />
<span className='text-sm2 text-disabled-text font-medium pt-0.5'>عکس های رستوران</span>
<span className='text-sm2 text-disabled-text font-medium pt-0.5'>عکس های فروشگاه</span>
</div>
)}
</div>
@@ -8,7 +8,7 @@ import { InfoCircle, Star1 } from 'iconsax-react';
const AboutSkeleton = () => {
const firstTabSkeleton = () => (
<section className='py-4'>
{/* اطلاعات رستوران */}
{/* اطلاعات فروشگاه */}
<section className="bg-container rounded-container shadow-container p-4">
<div className="flex justify-between items-center border-b-[1.5px] border-gray-200 pb-[25px]">
<div className="flex-1">
@@ -52,7 +52,7 @@ const MenuFilterDrawer = ({
},
{
id: "inPlace",
title: "سرو در رستوران",
title: "سرو در فروشگاه",
label: "",
},
];
+1 -1
View File
@@ -207,7 +207,7 @@ const MenuIndex = () => {
<VerticalScrollView className="mt-5! overflow-y-auto h-full">
{filteredReceiptItems.length === 0 ? (
<div className="text-center text-foreground/60 py-8">
{foodsData ? 'غذایی یافت نشد' : 'در حال بارگذاری...'}
{foodsData ? 'کالایی یافت نشد' : 'در حال بارگذاری...'}
</div>
) : (
filteredReceiptItems.map((food) => (