Skip to content

Commit

Permalink
add public key explainer
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed Dec 11, 2024
1 parent 105e7da commit a076307
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,10 @@ fun SignUpPage(
fontWeight = FontWeight.Bold,
modifier = Modifier.padding(bottom = 8.dp),
)
Text(
text = stringResource(R.string.your_nostr_account_explainer),
modifier = Modifier.padding(bottom = 8.dp),
)
Box(
modifier = Modifier
.fillMaxWidth()
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -461,4 +461,5 @@
<string name="setup_amber_with_your_nostr_private_key_you_can_enter_different_versions_nsec_ncryptsec_or_hex_you_can_also_scan_it_from_a_qr_code">Setup Amber with your Nostr private key. You can enter different versions: Nsec, Ncryptsec or Hex.\nYou can also scan it from a QR Code.</string>
<string name="check_the_code">Check the code</string>
<string name="edit_profile">Edit profile</string>
<string name="your_nostr_account_explainer">This is your public key, a sort of username that you can share with anyone to let it find you on Nostr:</string>
</resources>

0 comments on commit a076307

Please sign in to comment.