Skip to content

Commit 760e576

Browse files
committed
Update localized string formatting
1 parent 1fa1b67 commit 760e576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Cards/Prompts/BloggingPromptsAttribution.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ enum BloggingPromptsAttribution: String {
2525
}
2626

2727
private struct Strings {
28-
static let fromTextFormat = NSLocalizedString("From %@", comment: "From string format for blogging prompts attribution")
28+
static let fromTextFormat = NSLocalizedString("From %1$@", comment: "Format for blogging prompts attribution. %1$@ is the attribution source.")
2929
static let dayOne = "Day One"
3030
}
3131

0 commit comments

Comments
 (0)