Browse Source

Update tripal_jbrowse_mgmt/includes/tripal_jbrowse_mgmt_tracks.form.inc

Co-Authored-By: Lacey-Anne Sanderson <las166@mail.usask.ca>
Yichao Shen 5 years ago
parent
commit
d096917b42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_jbrowse_mgmt/includes/tripal_jbrowse_mgmt_tracks.form.inc

+ 1 - 1
tripal_jbrowse_mgmt/includes/tripal_jbrowse_mgmt_tracks.form.inc

@@ -424,7 +424,7 @@ function tripal_jbrowse_mgmt_json_editor_advance_form($form, &$form_state, $trac
     '#value' => $track->id,
   ];
 
-  $instr_detail = '<strong>Only use this function if wanted configuration option is not included in Track Manage.</strong><br>Details of JBrowse track configuration can be found in '.l('JBrowse Documentation', 'http://jbrowse.org/docs/canvas_features.html').'.
+  $instr_detail = '<p><strong>Only use this functionality if the configuration option you want is not included in the "Track Manage" form.</strong>. For more information on the JBrowse track configuration see the '.l('JBrowse Documentation', 'http://jbrowse.org/docs/canvas_features.html').'.</p>
     <br><strong>Please</strong> be extra cautious while editing track configuration since it will make changes in file trackList.json directly.<br>';
 
   $form['Instruction']=[