refactor: change minimum age
This commit is contained in:
parent
401dbab1ca
commit
828eab36f2
3 changed files with 8 additions and 11 deletions
|
|
@ -627,7 +627,7 @@ export default {
|
|||
incompleteDataEntry: 'Incomplete Data Entry',
|
||||
confirmChangeStatus: 'Confirm Status Change',
|
||||
confirmDelete: 'Confirm Deletion {msg}',
|
||||
youngWorker: 'Employee under 18',
|
||||
youngWorker: 'Employee under 15',
|
||||
confirmLogout: 'Confirm Logout',
|
||||
},
|
||||
message: {
|
||||
|
|
@ -636,7 +636,7 @@ export default {
|
|||
confirmChangeStatusOn: 'Do you want to open?',
|
||||
confirmChangeStatusOff: 'Do you want to close?',
|
||||
confirmDelete: 'Do you want to delete this item?',
|
||||
youngWorker: 'Employee is under 18 years old, do you want to confirm?',
|
||||
youngWorker: 'Employee is under 15 years old, cannot record information.',
|
||||
confirmLogout: 'Do you want to Logout?',
|
||||
headquartersNotEstablished: 'Headoffice not established',
|
||||
warningClose: 'Incomplte edit data, Do you want to close?',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue