Browse Source

Little fixes in TOS app

Ralfp 12 years ago
parent
commit
6b48630a51
2 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/tos/fixtures.py
  2. 0 0
      misago/tos/forms.py

+ 1 - 1
misago/tos/fixtures.py

@@ -12,7 +12,7 @@ settings_fixtures = (
                 'value':        "Terms of Service",
                 'value':        "Terms of Service",
                 'type':         "string",
                 'type':         "string",
                 'input':        "text",
                 'input':        "text",
-                'separator':    _("Terms of Service Settings"),
+                'separator':    _("Terms of Service Options"),
                 'name':         _("Page Title"),
                 'name':         _("Page Title"),
                 'description':  _("Title of page community ToS are displayed on."),
                 'description':  _("Title of page community ToS are displayed on."),
             }),
             }),

+ 0 - 0
misago/tos/forms.py