We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb7208a + 58d0a17 commit 875602fCopy full SHA for 875602f
feincms/module/page/extensions/titles.py
@@ -28,7 +28,7 @@ def handle_model(self):
28
blank=True,
29
help_text=_(
30
'Page title for browser window. Same as title by'
31
- 'default. Must not be longer than 70 characters.')))
+ ' default. Must be 69 characters or fewer.')))
32
33
@monkeypatch_property(self.model)
34
def page_title(self):
0 commit comments