From 9087689d90b950d3fe39dc6f5f4517337f8fcc68 Mon Sep 17 00:00:00 2001 From: Rucha Mahabal Date: Thu, 30 Jul 2020 16:10:05 +0530 Subject: [PATCH] fix: subtitle for onboarding Co-authored-by: Marica --- erpnext/education/module_onboarding/education/education.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/education/module_onboarding/education/education.json b/erpnext/education/module_onboarding/education/education.json index 885902e4cf..e5f0fec3d1 100644 --- a/erpnext/education/module_onboarding/education/education.json +++ b/erpnext/education/module_onboarding/education/education.json @@ -44,7 +44,7 @@ "step": "Introduction to Student Attendance" } ], - "subtitle": "Student, Instructors, Programs and more.", + "subtitle": "Students, Instructors, Programs and more.", "success_message": "The Education Module is all set up!", "title": "Let's Set Up the Education Module." -} \ No newline at end of file +}