diff --git a/components/Selects/select-cost-center.jsx b/components/Selects/select-cost-center.jsx index 5cadda3..8ab6f15 100644 --- a/components/Selects/select-cost-center.jsx +++ b/components/Selects/select-cost-center.jsx @@ -59,7 +59,7 @@ export function SelectCostCenter(props) { maxHeight={300} labelField="label" valueField="value" - placeholder={!isFocus ? "Select item" : "..."} + placeholder={!isFocus ? "Select Cost Center" : "..."} searchPlaceholder="Search..." value={value} onFocus={() => setIsFocus(true)}