We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d8742 commit 4c69764Copy full SHA for 4c69764
governance/xc_admin/packages/xc_admin_frontend/components/tabs/Proposals.tsx
@@ -429,10 +429,10 @@ const Proposal = ({
429
<div className="col-span-3 my-2 space-y-4 bg-[#1E1B2F] p-4">
430
<h4 className="h4 font-semibold">
431
{uniqueTargetCluster
432
- ? `Target Pyth Program: ${targetClusters[0]}`
+ ? `Target Pyth oracle program: ${targetClusters[0]}`
433
: targetClusters.length == 0
434
- ? 'No target Pyth program detected'
435
- : `Multiple target Pyth programs detected ${targetClusters.join(
+ ? 'No target Pyth oracle program detected'
+ : `Multiple target Pyth oracle programs detected ${targetClusters.join(
436
' '
437
)}`}
438
</h4>
0 commit comments