Просмотр исходного кода

Trimmed extra space from fixture

Ralfp 12 лет назад
Родитель
Сommit
6a52421623
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      misago/settings/fixtures.py

+ 1 - 1
misago/settings/fixtures.py

@@ -26,7 +26,7 @@ settings_fixture = (
                 'description':  _("Some themes allow you to define text in board header. Leave empty to use Board Name instead."),
             }),
             ('board_header_postscript', {
-                'value':        "Work in progress ",
+                'value':        "Work in progress",
                 'type':         "string",
                 'input':        "text",
                 'name':         _("Board Header Postscript"),