Changeset 4969


Ignore:
Timestamp:
Sep 7, 2018, 9:28:55 AM (5 years ago)
Author:
olle
Message:

Refs #1029. Base-line registration wizard updated in message text for blood tubes to not hyphenate "whole blood":

  1. Javascript file baseline_alt_rec.js in resources/personal/ updated in message text for blood tubes to not hyphenate "whole blood".
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.meludi/trunk/resources/personal/baseline_alt_rec.js

    r4965 r4969  
    959959*/
    960960      //var boxMsg = 'Box-number and position where the '+tubeContentTypeNameInternal+' tube is located.';
    961       var boxMsg = 'Box-number and position where whole-blood tube #' + (i+1) + ' is located.';
     961      var boxMsg = 'Box-number and position where whole blood tube #' + (i+1) + ' is located.';
    962962/*
    963963      var dnaBoxMsg = 'Box-number and position where the DNA extract will be located.';
Note: See TracChangeset for help on using the changeset viewer.