Skip to content
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 src/locales/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ const strings = {
request_xlm_minimum_notification_alert_body:
'This wallet will always require a 1 XLM minimum',
request_dot_minimum_notification_body_1:
'Polkadot (DOT) wallets require a 0.01 DOT minimum balance. You must deposit at least 1 DOT to this address before this wallet will be activated.',
'Polkadot (DOT) wallets require a 0.01 DOT minimum balance. You must deposit at least 0.01 DOT to this address before this wallet will be activated.',
request_dot_minimum_notification_alert_body_1:
'This wallet will always require a 0.01 DOT minimum',
request_lld_minimum_notification_body:
Expand Down
2 changes: 1 addition & 1 deletion src/locales/strings/enUS.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"request_xrp_minimum_notification_alert_body_1xrp": "This wallet will always require a 1 XRP minimum",
"request_xlm_minimum_notification_body": "Stellar (XLM) wallets require a 1 XLM minimum balance. You must deposit at least 1 XLM to this address before this wallet will show a balance or transactions. 1 XLM will be unspendable for the lifetime of this wallet address.",
"request_xlm_minimum_notification_alert_body": "This wallet will always require a 1 XLM minimum",
"request_dot_minimum_notification_body_1": "Polkadot (DOT) wallets require a 0.01 DOT minimum balance. You must deposit at least 1 DOT to this address before this wallet will be activated.",
"request_dot_minimum_notification_body_1": "Polkadot (DOT) wallets require a 0.01 DOT minimum balance. You must deposit at least 0.01 DOT to this address before this wallet will be activated.",
"request_dot_minimum_notification_alert_body_1": "This wallet will always require a 0.01 DOT minimum",
"request_lld_minimum_notification_body": "Liberland (LLD) wallets require a 1 LLD minimum balance. You must deposit at least 1 LLD to this address before this wallet will show a balance or transactions. 1 LLD will be unspendable for the lifetime of this wallet address.",
"request_lld_minimum_notification_alert_body": "This wallet will always require a 1 LLD minimum",
Expand Down
Loading