From b5ca8aba0d70f4f03386b6a04dd227229b66d455 Mon Sep 17 00:00:00 2001 From: Hampus Toft Date: Tue, 28 Nov 2023 18:42:58 +0100 Subject: [PATCH] fixed the quickfix, added translation string to po --- src/branding/locale/sv/LC_MESSAGES/django.po | 2 +- src/branding/models.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/branding/locale/sv/LC_MESSAGES/django.po b/src/branding/locale/sv/LC_MESSAGES/django.po index fe9f3619..801969f3 100644 --- a/src/branding/locale/sv/LC_MESSAGES/django.po +++ b/src/branding/locale/sv/LC_MESSAGES/django.po @@ -19,7 +19,7 @@ msgstr "Branding" #: branding/models.py:15 msgid "footer" -msgstr "" +msgstr "sidfot" #: branding/models.py:33 msgid "social media accounts" diff --git a/src/branding/models.py b/src/branding/models.py index 33820fe0..1d3a9a13 100644 --- a/src/branding/models.py +++ b/src/branding/models.py @@ -13,7 +13,7 @@ @register_setting(icon='fa-window-minimize') class FooterSettings(BaseSetting): class Meta: - verbose_name = _('footer_en') # quickfix + verbose_name = _('footer') # quickfix footer_en = StreamField( [('column', blocks.StructBlock([