Skip to content

Commit

Permalink
Subscription: better feature description (#11676)
Browse files Browse the repository at this point in the history
Closes #11414
  • Loading branch information
stsewd authored Oct 15, 2024
1 parent a09c579 commit 5d651d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/subscriptions/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

FEATURE_TYPES = (
(TYPE_CNAME, _("Custom domain")),
(TYPE_CDN, _("CDN public documentation")),
(TYPE_CDN, _("CDN for public documentation")),
(TYPE_SSL, _("Custom SSL configuration")),
(TYPE_SUPPORT, _("Support SLA")),
(TYPE_PRIVATE_DOCS, _("Private documentation")),
Expand Down

0 comments on commit 5d651d3

Please sign in to comment.