Skip to content

Commit

Permalink
(android) Fix typos in English strings (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
dluvian committed Dec 18, 2023
1 parent 7c12750 commit c0578b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phoenix-android/src/main/res/values/important_strings.xml
Expand Up @@ -319,7 +319,7 @@
<string name="liquidityads_no_channels_header">No channels yet!</string>
<string name="liquidityads_no_channels_details">You first need funds in the wallet to use this feature.</string>
<string name="liquidityads_header">Plan ahead your liquidity</string>
<string name="liquidityads_instructions">Inbound liquidity lets you avoid on-chain transactions fees for future payments received over Lightning.\n\nBy requesting more liquidity now, you can save fees later.</string>
<string name="liquidityads_instructions">Inbound liquidity lets you avoid on-chain transaction fees for future payments received over Lightning.\n\nBy requesting more liquidity now, you can save fees later.</string>
<string name="liquidityads_faq_link">More info</string>
<string name="liquidityads_current_liquidity">Current liquidity</string>

Expand Down
2 changes: 1 addition & 1 deletion phoenix-android/src/main/res/values/strings.xml
Expand Up @@ -189,7 +189,7 @@
<string name="scan_lnurl_fetching">Fetching data from service…</string>

<string name="scan_manual_input_title">Manual input</string>
<string name="scan_manual_input_instructions">Enter a Lightning invoice, LNURL, or Lightning address you want to send money to.</string>
<string name="scan_manual_input_instructions">Enter a Lightning invoice, LNURL or Lightning address you want to send money to.</string>
<string name="scan_manual_input_label">Invoice or LN address</string>

<!-- utils: misc strings -->
Expand Down

0 comments on commit c0578b7

Please sign in to comment.