Change "Your UA" for "Your Address" (#606)

Closes #605
This commit is contained in:
Francisco Gindre 2023-03-03 12:09:00 -03:00 committed by GitHub
parent a97372864d
commit 5d64d0b064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,7 @@ struct ProfileView: View {
.padding(.vertical, 50)
HStack {
Text("Your UA")
Text("receiveZec.yourAddress")
.fontWeight(.bold)
.onTapGesture {
viewStore.send(.copyUnifiedAddressToPastboard)

View File

@ -67,3 +67,6 @@
"Send" = "Send";
"Clear" = "Clear";
"Max" = "Max";
// MARK: - Receive ZEC (Formerly Profile Screen)
"receiveZec.yourAddress" = "Your Address";