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:
committed by
Matthias Hannig
parent
48593d6554
commit
4264bfb800
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user