Browse Source

Sequence Coordinate Table Formatter: switched default caption based on review feedback.

Lacey Sanderson 6 years ago
parent
commit
1602895bdc

+ 1 - 1
tripal_chado/includes/TripalFields/data__sequence_coordinates_table/data__sequence_coordinates_table_formatter.inc

@@ -8,7 +8,7 @@ class data__sequence_coordinates_table_formatter extends ChadoFieldFormatter {
   public static $field_types = array('data__sequence_coordinates');
 
   public static $default_settings = array(
-    'caption' => 'This @content_type is aligned to the following:',
+    'caption' => 'This @content_type has the following sequence coordinates:',
     'expand_strand' => TRUE,
   );