Merge pull request #28402 from edx/test-fix

fix: description text fix for wiki
This commit is contained in:
Mehak Nasir
2021-08-05 15:56:13 +05:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ class WikiCourseApp(CourseApp):
app_id = "wiki"
name = _("Wiki")
description = _("Enable learners to access, and collaborate on course related information.")
description = _("Enable learners to access, and collaborate on course-related information.")
documentation_links = {
"learn_more_configuration": settings.WIKI_HELP_URL,
}