fix(demo): Default accounts for demo company

This commit is contained in:
Deepesh Garg
2023-08-24 17:54:14 +05:30
parent ab6e600b9e
commit 6349b67df4
3 changed files with 13 additions and 9 deletions

View File

@@ -45,7 +45,8 @@ erpnext.setup.slides_settings = [
fieldname: 'setup_demo',
label: __('Generate Demo Data for Exploration'),
fieldtype: 'Check',
description: 'If checked, we will create demo data for you to explore the system. This demo data can be erased later.'},
description: __('If checked, we will create demo data for you to explore the system. This demo data can be erased later.')
},
],
onload: function (slide) {