From 7371a263e8dd0c04741e7465beb91d7f4d579619 Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Sun, 22 Feb 2026 20:56:38 +0330 Subject: [PATCH] =?UTF-8?q?refactor:=20rename=20'=D8=AA=D8=AE=D9=81=DB=8C?= =?UTF-8?q?=D9=81=DB=8C'=20to=20'=D8=A7=D8=B9=D8=AA=D8=A8=D8=A7=D8=B1?= =?UTF-8?q?=DB=8C'=20in=20all=20user-facing=20UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ChargeDiscountWallet.razor: فروشگاه تخفیفی → فروشگاه اعتباری - PaymentCallback.razor: اعتبار تخفیف → کیف پول اعتباری - Profile/Index.razor: تخفیف باشگاه → کیف اعتباری --- src/FrontOffice.Main/Pages/Profile/ChargeDiscountWallet.razor | 4 ++-- src/FrontOffice.Main/Pages/Profile/Index.razor | 2 +- src/FrontOffice.Main/Pages/Profile/PaymentCallback.razor | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/FrontOffice.Main/Pages/Profile/ChargeDiscountWallet.razor b/src/FrontOffice.Main/Pages/Profile/ChargeDiscountWallet.razor index e0b12b8..37feab8 100644 --- a/src/FrontOffice.Main/Pages/Profile/ChargeDiscountWallet.razor +++ b/src/FrontOffice.Main/Pages/Profile/ChargeDiscountWallet.razor @@ -36,7 +36,7 @@ مبلغ وارد شده (به تومان) از طریق درگاه پرداخت به موجودی اعتباری شما اضافه می‌شود. - از موجودی اعتباری فقط برای خرید از فروشگاه تخفیفی می‌توانید استفاده کنید. + از موجودی اعتباری فقط برای خرید از فروشگاه اعتباری می‌توانید استفاده کنید. @@ -94,7 +94,7 @@ - موجودی اعتباری فقط قابل استفاده در فروشگاه تخفیفی است + موجودی اعتباری فقط قابل استفاده در فروشگاه اعتباری است حداقل مبلغ شارژ: ۱۰,۰۰۰ تومان diff --git a/src/FrontOffice.Main/Pages/Profile/Index.razor b/src/FrontOffice.Main/Pages/Profile/Index.razor index 93bc593..da4b228 100644 --- a/src/FrontOffice.Main/Pages/Profile/Index.razor +++ b/src/FrontOffice.Main/Pages/Profile/Index.razor @@ -53,7 +53,7 @@
- تخفیف باشگاه + کیف اعتباری
@_walletDiscount
diff --git a/src/FrontOffice.Main/Pages/Profile/PaymentCallback.razor b/src/FrontOffice.Main/Pages/Profile/PaymentCallback.razor index 89e42ae..952d7f1 100644 --- a/src/FrontOffice.Main/Pages/Profile/PaymentCallback.razor +++ b/src/FrontOffice.Main/Pages/Profile/PaymentCallback.razor @@ -34,7 +34,7 @@ موجودی کیف پول: @FormatPrice(_walletBalance) - موجودی اعتبار تخفیف: @FormatPrice(_discountBalance) + موجودی کیف پول اعتباری: @FormatPrice(_discountBalance)