Skip to content

Commit

Permalink
Rename tab from JSON File to Upload (jaegertracing#1308)
Browse files Browse the repository at this point in the history
- Upload is a more intuitive name for the tab.

Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored and Benjamin Klein committed Apr 18, 2023
1 parent d745981 commit fcb548f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class SearchTracePageImpl extends Component {
{!loadingServices && services ? <SearchForm services={services} /> : <LoadingIndicator />}
</TabPane>
{!disableFileUploadControl && (
<TabPane tab="JSON File" key="fileLoader">
<TabPane tab="Upload" key="fileLoader">
<FileLoader
loadJsonTraces={fileList => {
loadJsonTraces(fileList);
Expand Down

0 comments on commit fcb548f

Please sign in to comment.