From 7e52283e9bfcfa2eb303aa10c3123a941f037399 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Fri, 25 May 2012 12:17:59 -0700 Subject: [PATCH] replace tab charcter with spaces in the multiplex index pluralization --- htsworkflow/frontend/samples/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/frontend/samples/models.py b/htsworkflow/frontend/samples/models.py index 7ef895c..388b1d1 100644 --- a/htsworkflow/frontend/samples/models.py +++ b/htsworkflow/frontend/samples/models.py @@ -148,7 +148,7 @@ class MultiplexIndex(models.Model): sequence = models.CharField(max_length=12, blank=True, null=True) class Meta: - verbose_name_plural = "multiplex indicies" + verbose_name_plural = "multiplex indicies" unique_together = ('adapter_type', 'multiplex_id') class Library(models.Model): -- 2.30.2