core, mobile: unhide share address (reverts #2468) (#2600)

This commit is contained in:
spaced4ndy
2023-06-20 10:15:28 +04:00
committed by GitHub
parent f592a26b00
commit 15b00f6110
7 changed files with 33 additions and 45 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ myAddressHelpInfo =
styleMarkdown
[ green "Your contact address commands:",
indent <> highlight "/address " <> " - create your address",
-- indent <> highlight "/profile_address on/off " <> " - share address with your contacts (it will be added to your profile)",
indent <> highlight "/profile_address on/off " <> " - share address with your contacts (it will be added to your profile)",
indent <> highlight "/delete_address " <> " - delete your address (accepted contacts will remain connected)",
indent <> highlight "/show_address " <> " - show your address",
indent <> highlight "/accept <name> " <> " - accept contact request",
+1 -1
View File
@@ -641,7 +641,7 @@ connReqContact_ intro cReq =
"",
"Anybody can send you contact requests with: " <> highlight' "/c <contact_link_above>",
"to show it again: " <> highlight' "/sa",
-- "to share with your contacts: " <> highlight' "/profile_address on",
"to share with your contacts: " <> highlight' "/profile_address on",
"to delete it: " <> highlight' "/da" <> " (accepted contacts will remain connected)"
]