"Select a URL" -> "Select a spec"
This commit is contained in:
@@ -84,7 +84,7 @@ export default class Topbar extends React.Component {
|
|||||||
})
|
})
|
||||||
|
|
||||||
control.push(
|
control.push(
|
||||||
<label className="select-label" htmlFor="select"><span>Select a URL</span>
|
<label className="select-label" htmlFor="select"><span>Select a spec</span>
|
||||||
<select id="select" disabled={isLoading} onChange={ this.onUrlSelect }>
|
<select id="select" disabled={isLoading} onChange={ this.onUrlSelect }>
|
||||||
{rows}
|
{rows}
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user