From: Diane Trout Date: Fri, 25 May 2012 19:17:59 +0000 (-0700) Subject: replace tab charcter with spaces in the multiplex index pluralization X-Git-Tag: v0.5.5~14^2~1 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=refs%2Fheads%2Flive replace tab charcter with spaces in the multiplex index pluralization --- 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):