Commit 3d29b14c by Dudás Ádám

storage: fix verbose name value to use gettext

parent 4a5e5aec
......@@ -50,7 +50,7 @@ class Disk(TimeStampedModel):
related_name='derivatives')
ready = BooleanField(default=False)
dev_num = CharField(default='a', max_length=1,
verbose_name="device number")
verbose_name=_("device number"))
class Meta:
ordering = ['name']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment