Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n: Remove old/unused string from wallet ui #572

Merged
merged 1 commit into from
Nov 29, 2022
Merged
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
18 changes: 0 additions & 18 deletions i18n/src/main/resources/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ chat=Discussions
learn=Learn
events=Events
wallet=Wallet
lbtc.wallet=L-BTC Wallet
account=Account
support=Support
settings=Settings
Expand Down Expand Up @@ -453,23 +452,6 @@ wallet.receive.copy=Copy
# Wallet Transaction History Table Columns
wallet.transaction.history.description=Description
wallet.column.confirmations=Confirmations
# Wallet Configuration Dialog
wallet.config.title=Wallet Configuration
wallet.config.header=Connect to External Wallet
wallet.config.selectWallet=Select a Wallet:
wallet.config.enterHostname=Enter hostname of host running the wallet (e.g. 127.0.0.1):
wallet.config.enterPort=Enter the RPC port (default: 8332, regtest: 18443):
wallet.config.enterUsername=Enter RPC username:
wallet.config.enterPassword=Enter RPC password:
wallet.config.enterPassphrase=Enter wallet passphrase:
wallet.config.connect=Connect
wallet.column.txId=TxId
# Wallet Tabs
wallet.tab.transactions=Transactions
wallet.tab.receive=Receive
wallet.tab.utxos=UTXOs
# Wallet Receive
wallet.receive.generateNewAddress=Generate new address
# Generate nym
generateNym.headline=Create your profile
generateNym.subTitle=Your public profile consists of a nickname (picked by you) and\n\
Expand Down