Skip to content

Commit fa20a3f

Browse files
authored
Update localizable string identifier to correctly show lower 7-days stats comparison (#20000)
1 parent 6737020 commit fa20a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Stats/Insights/StatsTotalInsightsCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ class StatsTotalInsightsCell: StatsBaseCell {
379379
static let differenceHigher = NSLocalizedString("stats.insights.label.totalLikes.higher",
380380
value: "*%@%@ (%@%%)* higher than the previous 7-days",
381381
comment: "Label shown on some metrics in the Stats Insights section, such as Comments count. The placeholders will be populated with a change and a percentage – e.g. '+17 (40%) higher than the previous 7-days'. The *s mark the numerical values, which will be highlighted differently from the rest of the text.")
382-
static let differenceLower = NSLocalizedString("stats.insights.label.totalLikes.higher",
382+
static let differenceLower = NSLocalizedString("stats.insights.label.totalLikes.lower",
383383
value: "*%@%@ (%@%%)* lower than the previous 7-days",
384384
comment: "Label shown on some metrics in the Stats Insights section, such as Comments count. The placeholders will be populated with a change and a percentage – e.g. '-17 (40%) lower than the previous 7-days'. The *s mark the numerical values, which will be highlighted differently from the rest of the text.")
385385
static let differenceSame = NSLocalizedString("stats.insights.label.totalLikes.same",

0 commit comments

Comments
 (0)