Skip to content

Commit

Permalink
fixed the quickfix, added translation string to po
Browse files Browse the repository at this point in the history
  • Loading branch information
hato1883 committed Nov 28, 2023
1 parent d76e50a commit b5ca8ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/branding/locale/sv/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ msgstr "Branding"

#: branding/models.py:15
msgid "footer"
msgstr ""
msgstr "sidfot"

#: branding/models.py:33
msgid "social media accounts"
Expand Down
2 changes: 1 addition & 1 deletion src/branding/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down

0 comments on commit b5ca8ab

Please sign in to comment.