Skip to content

Commit 4c69764

Browse files
authored
[xc-admin-frontend] Rename title for clarification (#973)
We only check for pyth oracle programs addresses not all pyth programs, the name was misleading
1 parent 59d8742 commit 4c69764

File tree

1 file changed

+3
-3
lines changed
  • governance/xc_admin/packages/xc_admin_frontend/components/tabs

1 file changed

+3
-3
lines changed

governance/xc_admin/packages/xc_admin_frontend/components/tabs/Proposals.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,10 +429,10 @@ const Proposal = ({
429429
<div className="col-span-3 my-2 space-y-4 bg-[#1E1B2F] p-4">
430430
<h4 className="h4 font-semibold">
431431
{uniqueTargetCluster
432-
? `Target Pyth Program: ${targetClusters[0]}`
432+
? `Target Pyth oracle program: ${targetClusters[0]}`
433433
: targetClusters.length == 0
434-
? 'No target Pyth program detected'
435-
: `Multiple target Pyth programs detected ${targetClusters.join(
434+
? 'No target Pyth oracle program detected'
435+
: `Multiple target Pyth oracle programs detected ${targetClusters.join(
436436
' '
437437
)}`}
438438
</h4>

0 commit comments

Comments
 (0)