Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(i18n): change open channel status label to "online"
Browse files Browse the repository at this point in the history
address "bonus" issue in #3045
  • Loading branch information
bolatovumar committed Oct 26, 2019
1 parent c74ebef commit 5dbbe1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion renderer/components/Channels/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineMessages({
pending_close: 'pending close',
pending_force_close: 'pending force close',
waiting_close: 'closing',
open: 'open',
open: 'online',
offline: 'offline',
fee: 'Fee',
fee_unknown: 'unknown',
Expand Down
2 changes: 1 addition & 1 deletion translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"components.Channels.num_updates_description": "The total number of updates within this channel.",
"components.Channels.num_updates_label": "Number of Updates",
"components.Channels.offline": "offline",
"components.Channels.open": "open",
"components.Channels.open": "online",
"components.Channels.open_channel_form_description": "To open a channel, enter the desired node's publickey@host, set the amount of BTC you'd like to commit to the channel, and submit.",
"components.Channels.open_channel_form_next_button_text": "Next",
"components.Channels.open_channel_form_onchain_balance": "Your current confirmed on-chain balance:",
Expand Down

0 comments on commit 5dbbe1c

Please sign in to comment.