mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 18:15:40 +00:00
added more translation-strings
This commit is contained in:
@ -126,7 +126,7 @@ class LabelTemplate(models.Model):
|
||||
|
||||
width = models.FloatField(
|
||||
default=50,
|
||||
verbose_name=('Width [mm]'),
|
||||
verbose_name=_('Width [mm]'),
|
||||
help_text=_('Label width, specified in mm'),
|
||||
validators=[MinValueValidator(2)]
|
||||
)
|
||||
|
Reference in New Issue
Block a user