Skip to content

Commit

Permalink
DDW-16 Table comparison view for stake pools - fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeJayElly committed Oct 20, 2020
1 parent 1d52582 commit 9ed94e4
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions source/renderer/app/i18n/locales/defaultMessages.json
Expand Up @@ -5653,167 +5653,167 @@
"description": "\"\" for the Stake Pools Tooltip page.",
"end": {
"column": 3,
"line": 48
"line": 49
},
"file": "source/renderer/app/components/staking/widgets/TooltipPool.js",
"id": "staking.stakePools.tooltip.ranking",
"start": {
"column": 11,
"line": 44
"line": 45
}
},
{
"defaultMessage": "!!!Controlled stake:",
"description": "\"Controlled stake\" for the Stake Pools Tooltip page.",
"end": {
"column": 3,
"line": 53
"line": 54
},
"file": "source/renderer/app/components/staking/widgets/TooltipPool.js",
"id": "staking.stakePools.tooltip.relativeStake",
"start": {
"column": 17,
"line": 49
"line": 50
}
},
{
"defaultMessage": "!!!Profit margin:",
"description": "\"Profit margin\" for the Stake Pools Tooltip page.",
"end": {
"column": 3,
"line": 58
"line": 59
},
"file": "source/renderer/app/components/staking/widgets/TooltipPool.js",
"id": "staking.stakePools.tooltip.profitMargin",
"start": {
"column": 16,
"line": 54
"line": 55
}
},
{
"defaultMessage": "!!!Cost per epoch:",
"description": "\"Cost per epoch\" for the Stake Pools Tooltip page.",
"end": {
"column": 3,
"line": 63
"line": 64
},
"file": "source/renderer/app/components/staking/widgets/TooltipPool.js",
"id": "staking.stakePools.tooltip.costPerEpoch",
"start": {
"column": 16,
"line": 59
"line": 60
}
},
{
"defaultMessage": "!!!Produced blocks:",
"description": "\"Blocks\" for the Stake Pools Tooltip page.",
"end": {
"column": 3,
"line": 68
"line": 69
},
"file": "source/renderer/app/components/staking/widgets/TooltipPool.js",
"id": "staking.stakePools.tooltip.producedBlocks",
"start": {
"column": 18,
"line": 64
"line": 65
}
},
{
"defaultMessage": "!!!Retirement in {retirementFromNow}",
"description": "\"Retirement\" for the Stake Pools Tooltip page.",
"end": {
"column": 3,
"line": 73
"line": 74
},
"file": "source/renderer/app/components/staking/widgets/TooltipPool.js",
"id": "staking.stakePools.tooltip.retirement",
"start": {
"column": 14,
"line": 69
"line": 70
}
},
{
"defaultMessage": "!!!Saturation:",
"description": "\"Saturation\" for the Stake Pools Tooltip page.",
"end": {
"column": 3,
"line": 78
"line": 79
},
"file": "source/renderer/app/components/staking/widgets/TooltipPool.js",
"id": "staking.stakePools.tooltip.saturation",
"start": {
"column": 14,
"line": 74
"line": 75
}
},
{
"defaultMessage": "!!!Pledge:",
"description": "\"Pledge\" for the Stake Pools Tooltip page.",
"end": {
"column": 3,
"line": 83
"line": 84
},
"file": "source/renderer/app/components/staking/widgets/TooltipPool.js",
"id": "staking.stakePools.tooltip.pledge",
"start": {
"column": 10,
"line": 79
"line": 80
}
},
{
"defaultMessage": "!!!Delegate to this pool",
"description": "\"Delegate to this pool\" Button for the Stake Pools Tooltip page.",
"end": {
"column": 3,
"line": 89
"line": 90
},
"file": "source/renderer/app/components/staking/widgets/TooltipPool.js",
"id": "staking.stakePools.tooltip.delegateButton",
"start": {
"column": 18,
"line": 84
"line": 85
}
},
{
"defaultMessage": "!!!Experimental feature, data may be inaccurate.",
"description": "Experimental tooltip label",
"end": {
"column": 3,
"line": 94
"line": 95
},
"file": "source/renderer/app/components/staking/widgets/TooltipPool.js",
"id": "staking.stakePools.tooltip.experimentalTooltipLabel",
"start": {
"column": 28,
"line": 90
"line": 91
}
},
{
"defaultMessage": "!!!Copy the stake pool ID",
"description": "copyId tooltip label",
"end": {
"column": 3,
"line": 99
"line": 100
},
"file": "source/renderer/app/components/staking/widgets/TooltipPool.js",
"id": "staking.stakePools.tooltip.copyIdTooltipLabel",
"start": {
"column": 22,
"line": 95
"line": 96
}
},
{
"defaultMessage": "!!!Data not available yet",
"description": "Data not available yet label",
"end": {
"column": 3,
"line": 104
"line": 105
},
"file": "source/renderer/app/components/staking/widgets/TooltipPool.js",
"id": "staking.stakePools.noDataDashTooltip",
"start": {
"column": 26,
"line": 100
"line": 101
}
}
],
Expand Down

0 comments on commit 9ed94e4

Please sign in to comment.