diff --git a/js/components/clin_fields.js b/js/components/clin_fields.js index 327bedf0..a43d321f 100644 --- a/js/components/clin_fields.js +++ b/js/components/clin_fields.js @@ -101,7 +101,7 @@ export default { if (!!this.clinNumber) { return `CLIN ${this.clinNumber}` } else { - return `CLIN` + return `New CLIN` } }, percentObligated: function() { diff --git a/templates/components/clin_fields.html b/templates/components/clin_fields.html index 64dbb86c..81e31f9a 100644 --- a/templates/components/clin_fields.html +++ b/templates/components/clin_fields.html @@ -118,7 +118,7 @@ {{ CLINDollarAmount("obligated", funding_validation=True) }} {% endif %} -
@@ -20,7 +20,7 @@
@@ -29,7 +29,7 @@
@@ -39,7 +39,7 @@