Skip to content

Commit

Permalink
fix: monitoring sentence
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Jan 11, 2025
1 parent a5f0c38 commit 02bbfa1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
{i18nFormat($i18n.monitoring.auto_refill_strategy, [
{
placeholder: '{0}',
value: formatTCycles(monitoringStrategy.BelowThreshold.min_cycles)
value: formatTCycles(monitoringStrategy.BelowThreshold.fund_cycles)
},
{
placeholder: '{1}',
value: formatTCycles(monitoringStrategy.BelowThreshold.fund_cycles)
value: formatTCycles(monitoringStrategy.BelowThreshold.min_cycles)
}
])}

0 comments on commit 02bbfa1

Please sign in to comment.