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

fix(i18n): change open channel status label to "online" #3058

Merged
merged 1 commit into from
Oct 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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