"Select a URL" -> "Select a spec"

This commit is contained in:
shockey
2017-06-23 16:26:41 -07:00
committed by GitHub
parent ac63fbfa5b
commit b942d08923

View File

@@ -84,7 +84,7 @@ export default class Topbar extends React.Component {
})
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 }>
{rows}
</select>