diff --git a/damus/Views/Profile/FollowsYou.swift b/damus/Views/Profile/FollowsYou.swift index 15dd7448..86b4effb 100644 --- a/damus/Views/Profile/FollowsYou.swift +++ b/damus/Views/Profile/FollowsYou.swift @@ -15,7 +15,7 @@ struct FollowsYou: View { } var body: some View { - Text("Follows you") + Text("Follows you", comment: "Text to indicate that a user is following your profile.") .padding([.leading, .trailing], 6.0) .padding([.top, .bottom], 2.0) .foregroundColor(.gray) diff --git a/translations/en-US.xcloc/Localized Contents/en-US.xliff b/translations/en-US.xcloc/Localized Contents/en-US.xliff index f82f5c6a..a87e3f04 100644 --- a/translations/en-US.xcloc/Localized Contents/en-US.xliff +++ b/translations/en-US.xcloc/Localized Contents/en-US.xliff @@ -479,6 +479,11 @@ Number of relay servers a user is connected. Follow Button to follow a user. + + Follow Back + Follow Back + Button to follow a user back. + Follow me on nostr Follow me on nostr @@ -505,6 +510,11 @@ Part of a larger sentence to describe how many profiles a user is following.Follows Text to indicate that button next to it is in a state that will follow a profile when tapped. + + Follows you + Follows you + Text to indicate that a user is following your profile. + Free Free diff --git a/translations/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings b/translations/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings index 00c50007..f6d41907 100644 Binary files a/translations/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings and b/translations/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings differ