Skip to content

Commit

Permalink
Shows node uri on monospace font and allow copy
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch committed Jul 19, 2023
1 parent 840a2b6 commit d92ea70
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion locales/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,6 @@ bot_info: |
Routing fee: ${routing_fee}
Node URI: ${node_uri}
Node URI: `${node_uri}`
Node status: ${status}
2 changes: 1 addition & 1 deletion locales/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,6 @@ bot_info: |
Routing fee: ${routing_fee}
Node URI: ${node_uri}
Node URI: `${node_uri}`
Node status: ${status}
2 changes: 1 addition & 1 deletion locales/es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,6 @@ bot_info: |
Routing fee: ${routing_fee}
Node URI: ${node_uri}
Node URI: `${node_uri}`
Node status: ${status}
2 changes: 1 addition & 1 deletion locales/fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ bot_info: |
Routing fee: ${routing_fee}
Node URI: ${node_uri}
Node URI: `${node_uri}`
Node status: ${status}
2 changes: 1 addition & 1 deletion locales/it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,6 @@ bot_info: |
Routing fee: ${routing_fee}
Node URI: ${node_uri}
Node URI: `${node_uri}`
Node status: ${status}
2 changes: 1 addition & 1 deletion locales/pt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,6 @@ bot_info: |
Routing fee: ${routing_fee}
Node URI: ${node_uri}
Node URI: `${node_uri}`
Node status: ${status}
2 changes: 1 addition & 1 deletion locales/ru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,6 @@ bot_info: |
Routing fee: ${routing_fee}
Node URI: ${node_uri}
Node URI: `${node_uri}`
Node status: ${status}
2 changes: 1 addition & 1 deletion locales/uk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,6 @@ bot_info: |
Routing fee: ${routing_fee}
Node URI: ${node_uri}
Node URI: `${node_uri}`
Node status: ${status}

0 comments on commit d92ea70

Please sign in to comment.