From 54003af07cc05324f9d72f358f6544b510604434 Mon Sep 17 00:00:00 2001 From: bszabo Date: Tue, 21 May 2024 11:24:21 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20issue-1018=20remove=20reference=20to=20e?= =?UTF-8?q?dX=20user\nIn=20configure=20wiki=20opera=E2=80=A6=20(#1021)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: issue-1018 remove reference to edX user\nIn configure wiki operation * fix: issue-1018 keep to original they wording --- plugins/course-apps/wiki/messages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/course-apps/wiki/messages.js b/plugins/course-apps/wiki/messages.js index 808b1f5be5..cce298878b 100644 --- a/plugins/course-apps/wiki/messages.js +++ b/plugins/course-apps/wiki/messages.js @@ -26,8 +26,8 @@ const messages = defineMessages({ }, enablePublicWikiHelp: { id: 'course-authoring.pages-resources.wiki.enable-public-wiki.help', - defaultMessage: `If enabled, edX users can view the course wiki even when - they're not enrolled in the course.`, + defaultMessage: `If enabled, any registered user can view the course wiki + even if they are not enrolled in the course`, }, });