Remove arbitrary newline from localizable string
Signed-off-by: Terry Yiu <git@tyiu.xyz>
This commit is contained in:
@@ -401,7 +401,7 @@ struct BlurOverlayView: View {
|
|||||||
.foregroundStyle(.white)
|
.foregroundStyle(.white)
|
||||||
.bold()
|
.bold()
|
||||||
.padding(EdgeInsets(top: 5, leading: 10, bottom: 0, trailing: 10))
|
.padding(EdgeInsets(top: 5, leading: 10, bottom: 0, trailing: 10))
|
||||||
Text(NSLocalizedString("Media from someone you \n don't follow", comment: "Label on the image blur mask"))
|
Text(NSLocalizedString("Media from someone you don't follow", comment: "Label on the image blur mask"))
|
||||||
.multilineTextAlignment(.center)
|
.multilineTextAlignment(.center)
|
||||||
.foregroundStyle(Color.white)
|
.foregroundStyle(Color.white)
|
||||||
.font(.title2)
|
.font(.title2)
|
||||||
|
|||||||
Reference in New Issue
Block a user