Skip to content

Commit

Permalink
Fixes Widget cases translations
Browse files Browse the repository at this point in the history
  • Loading branch information
marko committed Jan 29, 2021
1 parent e579d3c commit d1a78ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InfectedWidget/InfectedWidget.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ struct InfectedWidgetEntryView : View {
.font(Font.system(size: 14, weight: .semibold))
.foregroundColor(.secondary)
NumbersView(
kindLocalizedStringKey: "New Cases",
kindLocalizedStringKey: "Cases",
latestNumber: entry.summary.positiveCases.new ?? 0,
trendNumber: entry.summary.positiveCases.trend ?? 0
)
Expand Down

0 comments on commit d1a78ab

Please sign in to comment.