Skip to content

Commit

Permalink
Merge pull request #35607 from openedx/update-course-creator-notifica…
Browse files Browse the repository at this point in the history
…tion

chore: Remove edge reference in notification
  • Loading branch information
jristau1984 authored Oct 7, 2024
2 parents 22b8116 + 1d94cf3 commit f6c37b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/templates/emails/course_creator_admin_user_pending.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%! from django.utils.translation import gettext as _ %>
${_("User '{user}' with e-mail {email} has requested {studio_name} course creator privileges on edge.").format(
${_("User '{user}' with e-mail {email} has requested {studio_name} course creator privileges.").format(
user=user_name, email=user_email, studio_name=settings.STUDIO_SHORT_NAME,
)}
${_("To grant or deny this request, use the course creator admin table.")}
Expand Down

0 comments on commit f6c37b4

Please sign in to comment.