From 8e1f7d7a0c38781589b1ce511677e1febe9f9ee8 Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Sun, 22 Feb 2026 21:30:26 +0330 Subject: [PATCH] =?UTF-8?q?fix:=20change=20=D8=B1=DB=8C=D8=A7=D9=84=20to?= =?UTF-8?q?=20=D8=AA=D9=88=D9=85=D8=A7=D9=86=20in=20MagicWallet=20helper?= =?UTF-8?q?=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/FrontOffice.Main/Pages/Profile/MagicWallet.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FrontOffice.Main/Pages/Profile/MagicWallet.razor b/src/FrontOffice.Main/Pages/Profile/MagicWallet.razor index dd8c5ee..b78db30 100644 --- a/src/FrontOffice.Main/Pages/Profile/MagicWallet.razor +++ b/src/FrontOffice.Main/Pages/Profile/MagicWallet.razor @@ -105,7 +105,7 @@ Format="N0" Adornment="Adornment.Start" AdornmentIcon="@Icons.Material.Filled.Payments" - HelperText="@($"حداکثر: {FormatPrice(_status.MagicRemainingDeposit)} (ریال)")" /> + HelperText="@($"حداکثر: {FormatPrice(_status.MagicRemainingDeposit)} (تومان)")" /> @if (_chargeAmount > 0) {