From c441c00dbc8d21e5d8bda2bbf1c422e924f9c1ae Mon Sep 17 00:00:00 2001 From: Seyi Adebajo Date: Tue, 28 Mar 2017 00:09:29 -0700 Subject: [PATCH] DSS-6551 Modifies dropdown cta wording --- wherehows-web/app/components/dataset-compliance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wherehows-web/app/components/dataset-compliance.js b/wherehows-web/app/components/dataset-compliance.js index 84e316b362..d9711747ca 100644 --- a/wherehows-web/app/components/dataset-compliance.js +++ b/wherehows-web/app/components/dataset-compliance.js @@ -56,7 +56,7 @@ export default Component.extend({ // Map logicalTypes to options consumable by ui logicalTypes: ['', ...logicalTypes].map(value => ({ value, - label: value ? value.capitalize() : 'Please select' + label: value ? value.capitalize() : 'Please Select' })), /**