Skip to content

Commit

Permalink
fix: rename indexer config to index provider config (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmc authored Jul 19, 2023
1 parent ab19c38 commit 67b61a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/Ipni.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function ProviderIpniInfo({peerId}) {
function ProviderConfig({configJson}) {
const cfg = JSON.parse(configJson)
return <div>
<h3>Indexer Config</h3>
<h3>Index Provider Config</h3>
<ExpandableJSObject v={cfg} topLevel={false} expanded={true} key={'config'} />
</div>
}
Expand Down

0 comments on commit 67b61a7

Please sign in to comment.