We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b904b38 commit 68bcb99Copy full SHA for 68bcb99
WooCommerce/StoreWidgets/StoreInfoWidget.swift
@@ -199,7 +199,7 @@ private extension StoreInfoView {
199
)
200
static func updatedAt(_ updatedTime: String) -> LocalizedString {
201
let format = AppLocalizedString("storeWidgets.infoView.updatedAt",
202
- value: "as of %1$@",
+ value: "As of %1$@",
203
comment: "Displays the time when the widget was last updated. %1$@ is the time to render.")
204
return LocalizedString.localizedStringWithFormat(format, updatedTime)
205
}
0 commit comments