Skip to content

Commit

Permalink
Contact Manager filter placeholder change (#4657)
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Sanchez <[email protected]>
  • Loading branch information
stairaku and asanchezr authored Feb 15, 2025
1 parent 4f78479 commit f5b95bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const ContactFilterComponent: React.FunctionComponent<
/>
</Col>
<Col lg="auto" className="pl-0">
<StyledNameInput field="summary" placeholder="Name of person or organization" />
<StyledNameInput field="summary" placeholder="Name" />
</Col>
</Row>
<Col xl="auto">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ exports[`ContactFilterComponent > matches snapshot 1`] = `
class="form-control"
id="input-summary"
name="summary"
placeholder="Name of person or organization"
placeholder="Name"
style="word-break: break-all;"
title=""
value=""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ exports[`ContactManagerView > matches snapshot 1`] = `
class="form-control"
id="input-summary"
name="summary"
placeholder="Name of person or organization"
placeholder="Name"
style="word-break: break-all;"
title=""
value=""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ exports[`Contact List View > matches snapshot 1`] = `
class="form-control"
id="input-summary"
name="summary"
placeholder="Name of person or organization"
placeholder="Name"
style="word-break: break-all;"
title=""
value=""
Expand Down

0 comments on commit f5b95bc

Please sign in to comment.