From 5d64d0b064ffa8110743d35419197a28f5aa0485 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Fri, 3 Mar 2023 12:09:00 -0300 Subject: [PATCH] Change "Your UA" for "Your Address" (#606) Closes #605 --- secant/Features/Profile/ProfileView.swift | 2 +- secant/Resources/Localizable.strings | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/secant/Features/Profile/ProfileView.swift b/secant/Features/Profile/ProfileView.swift index b021837..2b02260 100644 --- a/secant/Features/Profile/ProfileView.swift +++ b/secant/Features/Profile/ProfileView.swift @@ -11,7 +11,7 @@ struct ProfileView: View { .padding(.vertical, 50) HStack { - Text("Your UA") + Text("receiveZec.yourAddress") .fontWeight(.bold) .onTapGesture { viewStore.send(.copyUnifiedAddressToPastboard) diff --git a/secant/Resources/Localizable.strings b/secant/Resources/Localizable.strings index 775be40..0c970a3 100644 --- a/secant/Resources/Localizable.strings +++ b/secant/Resources/Localizable.strings @@ -67,3 +67,6 @@ "Send" = "Send"; "Clear" = "Clear"; "Max" = "Max"; + +// MARK: - Receive ZEC (Formerly Profile Screen) +"receiveZec.yourAddress" = "Your Address";