Skip to content

Commit 43e1ff4

Browse files
committed
refactor: TTL-725 change the confirmation message of customer module
1 parent 1d1644a commit 43e1ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/customer-management/components/customer-info/components/customer-list/customer-list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export class CustomerListComponent implements OnInit, OnDestroy, AfterViewInit {
123123
editCustomer(customerId: string) {
124124
this.idToEdit = customerId;
125125
if (this.hasChange) {
126-
this.message = 'You have changes in a client, do you want to discard them?';
126+
this.message = 'You have unsaved changes, do you want to discard them?';
127127
this.showModal = true;
128128
} else {
129129
this.showCustomerForm = true;

0 commit comments

Comments
 (0)