Skip to content

Commit

Permalink
change label for translateTo to "generate protein" and make visible t…
Browse files Browse the repository at this point in the history
…hroughout.
  • Loading branch information
graik committed Aug 12, 2016
1 parent be85fd2 commit 99c0a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rotmic/models/components.py
Expand Up @@ -195,7 +195,7 @@ class DnaComponent(Component, StatusMixinDna):
help_text='start typing ID or name of marker')

translatesTo = models.ForeignKey('ProteinComponent',
verbose_name='Translates to',
verbose_name='Generates Protein',
related_name='codingSequences',
help_text='start typing ID or name of encoded protein',
null=True, blank=True,
Expand Down
Expand Up @@ -43,7 +43,7 @@
f_insert.style.visibility = 'visible';
f_vector.style.visibility = 'visible';
f_markers.style.visibility = 'hidden';
f_translates.style.visibility = 'hidden';
f_translates.style.visibility = 'visible';
break;
case 'Fragment':
f_insert.style.visibility = 'hidden';
Expand Down

0 comments on commit 99c0a03

Please sign in to comment.