cryptosharks131 / lndg

Lite GUI web interface to analyze lnd data and leverage the backend database for automation tools around rebalancing and other basic maintenance tasks.
MIT License
231 stars 47 forks source link

Copy/paste typo in tooltip #389

Closed STAWKEYE closed 7 months ago

STAWKEYE commented 7 months ago

Current state: In the Rebalancing page, the tooltip for Out Target column header reads "When AR is NOT ENABLED for the channel, keep pushing OUT the channel until its outbound liquidity falls below the oTarget%.

The tooltip for In Target column header reads "When AR is ENABLED for the channel, keep pulling IN to the channel until its inbound liquidity falls below the iTarget%.

Improvement: Tooltip for In Target should read "When AR is ENABLED for the channel, keep pulling IN to the channel until its inbound liquidity rises above the iTarget%."

Another very minor improvement: Since you say "keep pulling IN to the channel" for In Target, you should say "keep pushing OUT from the channel" for Out Target (add the word "from" for consistency with In Target wording which uses "to".)

Out Target tooltip

In Target tooltip

STAWKEYE commented 7 months ago

I believe I am misunderstanding the targets and the behavior of the functions. Closing issue because I think it's a misunderstanding on my part.