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 4099eff commit 0d113e2Copy full SHA for 0d113e2
WooCommerce/StoreWidgets/StoreInfoWidget.swift
@@ -193,7 +193,7 @@ private extension StoreInfoView {
193
)
194
static func updatedAt(_ updatedTime: String) -> LocalizedString {
195
let format = AppLocalizedString("storeWidgets.infoView.updatedAt",
196
- value: "Updated at: %1$@",
+ value: "as of %1$@",
197
comment: "Displays the time when the widget was last updated. %1$@ is the time to render.")
198
return LocalizedString.localizedStringWithFormat(format, updatedTime)
199
}
0 commit comments