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)