fix: update terminology for sales organization and rewards
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 5m46s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 5m46s
Replaced instances of "شجرهنامه" with "سازمان فروش" across multiple files to ensure consistent terminology. Additionally, updated references to "پاداش تیمی" to "پاداش های دریافتی" for clarity in user-facing text. Affected files: - FAQ.razor.cs - Index.razor - Index.razor.cs - Profile/Index.razor - Profile/Index.razor.cs - Profile/MagicWallet.razor - Profile/Tree.razor - Profile/Wallet.razor - Utilities/WalletService.cs
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
@attribute [Route(RouteConstants.Profile.Tree)]
|
||||
@using FrontOffice.Main.Pages.Profile.Components
|
||||
|
||||
<PageTitle>شجرهنامه</PageTitle>
|
||||
<PageTitle>سازمان فروش</PageTitle>
|
||||
|
||||
<MudContainer MaxWidth="MaxWidth.Large" Class="py-6">
|
||||
<MudStack Spacing="3">
|
||||
<PageHeader Title="شجرهنامه" BackHref="@RouteConstants.Profile.Index" />
|
||||
<PageHeader Title="سازمان فروش" BackHref="@RouteConstants.Profile.Index" />
|
||||
|
||||
<MudPaper Elevation="2" Class="pa-4 rounded-lg">
|
||||
<OrganizationChart />
|
||||
|
||||
Reference in New Issue
Block a user