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";