Export source translations

This commit is contained in:
2023-02-07 14:02:32 -05:00
parent 0563ec8bf8
commit c5db887ab1
3 changed files with 11 additions and 1 deletions

View File

@@ -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)