Skip to content

Commit 654f707

Browse files
authored
refactor: rename toggle_warnings to toggle_warning (#1660)
1 parent 6009781 commit 654f707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

credentials/settings/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@
488488
# .. toggle_use_cases: open_edx
489489
# .. toggle_creation_date: 2020-10-08
490490
# .. toggle_target_removal_date: NA
491-
# .. toggle_warnings: This is a toggle for the feature
491+
# .. toggle_warning: This is a toggle for the feature
492492
# .. toggle_tickets: MICROBA-521
493493
SEND_EMAIL_ON_PROGRAM_COMPLETION = False
494494
ALLOWED_EMAIL_HTML_TAGS = [
@@ -540,7 +540,7 @@
540540
# .. toggle_default: False
541541
# .. toggle_description: Determines if the Credentials IDA should redirect to the Learner Record MFE when navigating
542542
# between the program detail page and program list pages.
543-
# .. toggle_warnings: Requires the Learner Record MFE to be deployed in a given environment if toggled to true. Requires
543+
# .. toggle_warning: Requires the Learner Record MFE to be deployed in a given environment if toggled to true. Requires
544544
# a value to be set for the `LEARNER_RECORD_MFE_RECORDS_PAGE_URL` for navigation to route properly.
545545
# .. toggle_use_cases: opt_in
546546
# .. toggle_creation_date: 2021-08-10

0 commit comments

Comments
 (0)