Merge pull request #28402 from edx/test-fix
fix: description text fix for wiki
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user