openedx-vlead / vlabs-edx-bootstrap-theme

This repository is Open edX theme for Virtual Labs. Theme is applied on https://vlabs.ac.in
GNU General Public License v3.0
0 stars 1 forks source link

"My Courses" which lists the enrolled labs must be changed to "My Labs" #172

Open ashay-maheshwari opened 7 years ago

ashay-maheshwari commented 7 years ago

Login to https://vlabs.ac.in and see your dashboard. Dashboard lists the Labs which you are currently enrolled to. The title must be changed from "My Courses" to "My Labs".

ashay-maheshwari commented 7 years ago

Replace My Courses to My Labs in the following files in your theme -

/edx/app/edxapp/themes/edx-bootstrap-theme/lms/templates/login.html
/edx/app/edxapp/themes/edx-bootstrap-theme/lms/templates/dashboard.html

Command for this is given below - grep -rl "My Courses" . |xargs sed -i "s/My Courses/My Labs/g"