From f4c7f9803460e460f87947d141bd2ff843fa6ac5 Mon Sep 17 00:00:00 2001 From: Justin Hynes Date: Fri, 22 Sep 2023 17:20:00 +0000 Subject: [PATCH] fix: update toggle description to fix copy/paste issue --- lms/djangoapps/certificates/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/djangoapps/certificates/config.py b/lms/djangoapps/certificates/config.py index 5de6a51265..6df62ae563 100644 --- a/lms/djangoapps/certificates/config.py +++ b/lms/djangoapps/certificates/config.py @@ -34,8 +34,8 @@ SEND_CERTIFICATE_CREATED_SIGNAL = SettingToggle('SEND_CERTIFICATE_CREATED_SIGNAL # .. toggle_implementation: SettingToggle # .. toggle_default: False # .. toggle_description: When True, the system will publish `CERTIFICATE_REVOKED` signals to the event bus. The -# `CERTIFICATE_REVOKED` signal is emit when a certificate has been awarded to a learner and the creation process has -# completed. +# `CERTIFICATE_REVOKED` signal is emit when a certificate has been revoked from a learner and the revocation process +# has completed. # .. toggle_use_cases: temporary # .. toggle_creation_date: 2023-09-15 # .. toggle_target_removal_date: 2024-01-01