3 lines
111 B
JavaScript
3 lines
111 B
JavaScript
export const DIALOGS_MESSAGES = {
|
|
confirmProductsDeletion: "Are you sure you want to delete 2 products?",
|
|
};
|