1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

Change search box hint string on splash page

This commit is contained in:
Johannes Moos
2018-03-16 18:19:29 +01:00
committed by Matthias Hannig
parent 48593d6554
commit 4264bfb800

View File

@ -52,7 +52,7 @@ class Lookup extends React.Component {
<div className="card">
<SearchInput
id="lookup-search-input"
placeholder="Search for prefixes on all routeservers"
placeholder="Search for prefixes on all route servers"
onChange={(e) => this.doLookup(e.target.value)} />
</div>