refactor: update terminology from "مشتری" to "مودی" and "ارایهدهنده" to "PSP" across the application
Production CI / validate-and-build (push) Failing after 1m6s
Production CI / validate-and-build (push) Failing after 1m6s
- Updated column headers and labels in various components and constants to reflect the new terminology. - Changed the titles and placeholders in forms and dialogs to use "مودی" and "PSP". - Adjusted routing titles and menu items to align with the new naming conventions. - Refactored related constants and configurations to ensure consistency throughout the application.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<div class="flex flex-col gap-4">
|
||||
<app-card-data cardTitle="اطلاعات پروفایل" [editable]="true" [(editMode)]="editing">
|
||||
<ng-template #moreActions>
|
||||
<p-button type="button" variant="outlined" size="small" (onClick)="openResetPasswordDialog()">
|
||||
تغییر گذرواژه
|
||||
</p-button>
|
||||
</ng-template>
|
||||
<div class="listKeyValue">
|
||||
<app-key-value label="تصویر" [value]="profile()?.logo_url" type="thumbnail" />
|
||||
<app-key-value label="عنوان" [value]="profile()?.name" />
|
||||
@@ -7,9 +12,13 @@
|
||||
</div>
|
||||
</app-card-data>
|
||||
|
||||
<partner-reset-password-card />
|
||||
|
||||
@if (editing()) {
|
||||
<partner-profile-form [(visible)]="editing" [initialValues]="profile()!" (onSubmit)="onEditSuccess()" />
|
||||
}
|
||||
</div>
|
||||
|
||||
<shared-change-password-form-dialog
|
||||
[(visible)]="resetPasswordDialog"
|
||||
[showCurrentPasswordField]="true"
|
||||
[loading]="resetPasswordLoading()"
|
||||
(onSubmit)="resetPassword($event)" />
|
||||
|
||||
Reference in New Issue
Block a user