Skip to content

Commit 875602f

Browse files
committed
Merge branch 'fix-titles-help-text' of git://github.com/peroshi/feincms into next
* 'fix-titles-help-text' of git://github.com/peroshi/feincms: Improve page title help text grammar. Add a space to page title help text.
2 parents bb7208a + 58d0a17 commit 875602f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feincms/module/page/extensions/titles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def handle_model(self):
2828
blank=True,
2929
help_text=_(
3030
'Page title for browser window. Same as title by'
31-
'default. Must not be longer than 70 characters.')))
31+
' default. Must be 69 characters or fewer.')))
3232

3333
@monkeypatch_property(self.model)
3434
def page_title(self):

0 commit comments

Comments
 (0)