Skip to content

Commit

Permalink
fix(models): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Feb 6, 2025
1 parent f5ed561 commit 1bfcffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apis_instance_nsvis/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-02-06 10:06+0000\n"
"POT-Creation-Date: 2025-02-06 10:17+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -192,7 +192,7 @@ msgid "has habitant"
msgstr "hat als Bewohner"

#: apis_instance_nsvis/models.py:298
msgid "is studio in"
msgid "has studio in"
msgstr "hat Studio in"

#: apis_instance_nsvis/models.py:302
Expand Down
2 changes: 1 addition & 1 deletion apis_instance_nsvis/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class HasStudioIn(TimespanMixin, Relation):

@classmethod
def name(self) -> str:
return _("is studio in")
return _("has studio in")

@classmethod
def reverse_name(self) -> str:
Expand Down

0 comments on commit 1bfcffd

Please sign in to comment.