Skip to content

Commit 5d651d3

Browse files
authored
Subscription: better feature description (#11676)
Closes #11414
1 parent a09c579 commit 5d651d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/subscriptions/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
FEATURE_TYPES = (
2525
(TYPE_CNAME, _("Custom domain")),
26-
(TYPE_CDN, _("CDN public documentation")),
26+
(TYPE_CDN, _("CDN for public documentation")),
2727
(TYPE_SSL, _("Custom SSL configuration")),
2828
(TYPE_SUPPORT, _("Support SLA")),
2929
(TYPE_PRIVATE_DOCS, _("Private documentation")),

0 commit comments

Comments
 (0)