Skip to content

Commit

Permalink
Merge pull request #79 from comicrelief/edco_update_copy
Browse files Browse the repository at this point in the history
fix: Edco lookup, update copy
  • Loading branch information
koalamango authored Oct 30, 2017
2 parents 0094b3e + c8134dd commit a01fe7e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

storybook-static
storybook-static
.eslintcache
4 changes: 2 additions & 2 deletions src/components/SchoolsLookUp/SchoolsLookUp.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ class SchoolsLookUp extends Component {
return (
<div className="SchoolsLookUp">
<p className="schoolsLookUp-title">
<label htmlFor="schoolsLookUp">{'Enter the name or postcode of your school'}</label>
<label htmlFor="schoolsLookUp">{'Enter the name or postcode of your school or nursery'}</label>
</p>
{lookup === HIDE_LOOKUP ?
<div>
Expand Down Expand Up @@ -400,7 +400,7 @@ class SchoolsLookUp extends Component {
onInputChange={this.handleInputChange}
className="schoolsLookUpForm"
labelKey={option => `${option.id !== 0 ? `${option.name} ${option.post_code}` : ''}`}
placeholder="Type to start search (this may take a few seconds)"
placeholder="Type to start search"
renderMenu={this.renderMenu}
options={options}
useCache={false}
Expand Down
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4776,14 +4776,10 @@ ip@^1.1.0, ip@^1.1.5:
version "1.1.5"
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"

ipaddr.js@1.5.2:
ipaddr.js@1.5.2, ipaddr.js@^1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.5.2.tgz#d4b505bde9946987ccf0fc58d9010ff9607e3fa0"

ipaddr.js@^1.5.2:
version "1.5.4"
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.5.4.tgz#962263d9d26132956fc5c630b638a30d3cdffc14"

is-absolute-url@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6"
Expand Down Expand Up @@ -7236,11 +7232,11 @@ public-encrypt@^4.0.0:
parse-asn1 "^5.0.0"
randombytes "^2.0.1"

punycode@1.3.2:
punycode@1.3.2, punycode@^1.2.4:
version "1.3.2"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"

punycode@^1.2.4, punycode@^1.4.1:
punycode@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"

Expand Down Expand Up @@ -7441,6 +7437,12 @@ react-error-overlay@^2.0.2:
settle-promise "1.0.0"
source-map "0.5.6"

react-fontawesome@1:
version "1.6.1"
resolved "https://registry.yarnpkg.com/react-fontawesome/-/react-fontawesome-1.6.1.tgz#eddce17e7dc731aa09fd4a186688a61793a16c5c"
dependencies:
prop-types "^15.5.6"

react-geolocated@2:
version "2.2.1"
resolved "https://registry.yarnpkg.com/react-geolocated/-/react-geolocated-2.2.1.tgz#816b88d3d88afc5afde08e4d071b36cd16b4c34a"
Expand Down

0 comments on commit a01fe7e

Please sign in to comment.