Skip to content

Commit

Permalink
lowercase, uppdercase tooltips fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjadach-iv committed Nov 22, 2023
1 parent 0329c79 commit ca884fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/node/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function InfoPage() {
<tr>
<th>
<Tooltip
title="The amount of xDAI stored on your node"
title="The amount of xDAI stored on your Node"
notWide
>
<span>xDAI: Node</span>
Expand All @@ -244,7 +244,7 @@ function InfoPage() {
<tr>
<th>
<Tooltip
title="The amount of xDAI stored on your safe"
title="The amount of xDAI stored on your Safe"
notWide
>
<span>xDAI: Safe</span>
Expand All @@ -266,7 +266,7 @@ function InfoPage() {
<tr>
<th>
<Tooltip
title="The amount of wxHOPR tokens staked in the channels your node has opened with counterparties"
title="The amount of wxHOPR tokens staked in the channels your Node has opened with counterparties"
notWide
>
<span>wxHOPR: Channels OUT</span>
Expand Down

0 comments on commit ca884fe

Please sign in to comment.