perf: i18n

This commit is contained in:
wangruidong
2024-05-17 18:24:13 +08:00
committed by w940853815
parent bce55421ce
commit f33cf07859
6 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ class CommandGroup(JMSOrgBaseModel):
max_length=16, default=TypeChoices.command, choices=TypeChoices.choices,
verbose_name=_("Type")
)
content = models.TextField(verbose_name=_("Content"), help_text=_("One line one command"))
content = models.TextField(verbose_name=_("Content"), help_text=_("One command per line"))
ignore_case = models.BooleanField(default=True, verbose_name=_('Ignore case'))
TypeChoices = TypeChoices