fix(i18n): Expand/Collapse Courses Button text (#44528)

* fix(i18n): Expand/Collapse Courses Button text

* Update client/i18n/locales/english/intro.json

Co-authored-by: Ilenia <nethleen@gmail.com>

* Update client/i18n/locales/english/intro.json

Co-authored-by: Ilenia <nethleen@gmail.com>

Co-authored-by: Ilenia <nethleen@gmail.com>
This commit is contained in:
Prashant
2021-12-20 22:54:09 +05:30
committed by GitHub
parent 63a53ee382
commit 304773d62b
3 changed files with 6 additions and 14 deletions

View File

@@ -560,7 +560,7 @@
"browse-other": "Browse our other free certifications\n(we recommend doing these in order)",
"courses": "Courses",
"steps": "Steps",
"expand": "Expand",
"collapse": "Collapse"
"expand": "Expand courses",
"collapse": "Collapse courses"
}
}