DSS-6551 Modifies dropdown cta wording

This commit is contained in:
Seyi Adebajo 2017-03-28 00:09:29 -07:00 committed by Mars Lan
parent f5a8b054b2
commit c441c00dbc

View File

@ -56,7 +56,7 @@ export default Component.extend({
// Map logicalTypes to options consumable by ui // Map logicalTypes to options consumable by ui
logicalTypes: ['', ...logicalTypes].map(value => ({ logicalTypes: ['', ...logicalTypes].map(value => ({
value, value,
label: value ? value.capitalize() : 'Please select' label: value ? value.capitalize() : 'Please Select'
})), })),
/** /**