feat: 01 dialog confirm change status
This commit is contained in:
parent
d290777e5e
commit
9b8f0b1139
3 changed files with 49 additions and 30 deletions
|
|
@ -9,6 +9,10 @@ export default {
|
|||
confirmLogoutTitle: 'Confirm Logout',
|
||||
confirmLogoutMessage: 'Do you want to log out?',
|
||||
|
||||
confirmChangeStatusTitle: 'Confirm Status Change',
|
||||
confirmChangeStatusOnMessage: 'Do you want to open?',
|
||||
confirmChangeStatusOffMessage: 'Do you want to close?',
|
||||
|
||||
// Backend
|
||||
productGroupNotFound: 'Product group cannot be found.',
|
||||
productGroupInUsed: 'Product group is in used.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue