Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update use of skill cone/code to skill #76

Merged
merged 1 commit into from
Feb 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ const BidderPortfolioGridListHeader = () => (
/>
</div>
<div className="usa-width-five-sixths">
<BidderPortfolioGridListHeaderItem content="Name / Cone / Level" />
<BidderPortfolioGridListHeaderItem content="Name / Level" />
</div>
</div>
</div>
<div className="usa-width-one-fourth grid-list-header-col-two">
<BidderPortfolioGridListHeaderItem content="Skill code / Birthdate" />
<BidderPortfolioGridListHeaderItem content="Skill / Birthdate" />
</div>
<div className="usa-width-one-fourth grid-list-header-col-three">
<BidderPortfolioGridListHeaderItem content="Draft bids / Submitted bids" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exports[`BidderPortfolioGridListHeaderComponent matches snapshot 1`] = `
>
<BidderPortfolioGridListHeaderItem
className=""
content="Name / Cone / Level"
content="Name / Level"
/>
</div>
</div>
Expand All @@ -44,7 +44,7 @@ exports[`BidderPortfolioGridListHeaderComponent matches snapshot 1`] = `
>
<BidderPortfolioGridListHeaderItem
className=""
content="Skill code / Birthdate"
content="Skill / Birthdate"
/>
</div>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const BidderPortfolioSearch = ({ onUpdate }) => (
<div className="results-search-bar-container">
<ResultsSearchHeader
labelSrOnly
placeholder="Search Bidder Last Name, Skill cone (code)..."
placeholder="Search Bidder Last Name, Skill"
onUpdate={onUpdate}
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`BidderPortfolioSearchComponent matches snapshot 1`] = `
labelSrOnly={true}
onFilterChange={[Function]}
onUpdate={[Function]}
placeholder="Search Bidder Last Name, Skill cone (code)..."
placeholder="Search Bidder Last Name, Skill"
/>
</div>
</div>
Expand Down