Skip to content

Commit

Permalink
Update location of pretalx.common.phrases
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Apr 30, 2024
1 parent 51197d4 commit 5f77804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretalx_venueless/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from django.utils.timezone import now
from django.utils.translation import gettext_lazy as _
from i18nfield.fields import I18nTextField
from pretalx.common.phrases import phrases
from pretalx.common.text.phrases import phrases


class VenuelessSettings(models.Model):
Expand Down

0 comments on commit 5f77804

Please sign in to comment.