Skip to content

Commit

Permalink
Give translators more context about how density is used
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormheg committed May 1, 2024
1 parent 4ac42a7 commit 0545022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wagtail/users/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class AdminDensityThemes(models.TextChoices):
SNUG = "snug", _("Snug")

density = models.CharField(
# Translators: "Density" is the term used to describe the amount of space between elements in the user interface
verbose_name=_("density"),
choices=AdminDensityThemes.choices,
default=AdminDensityThemes.DEFAULT,
Expand Down

0 comments on commit 0545022

Please sign in to comment.