Skip to content

Commit 0d113e2

Browse files
committed
Update copy
1 parent 4099eff commit 0d113e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/StoreWidgets/StoreInfoWidget.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ private extension StoreInfoView {
193193
)
194194
static func updatedAt(_ updatedTime: String) -> LocalizedString {
195195
let format = AppLocalizedString("storeWidgets.infoView.updatedAt",
196-
value: "Updated at: %1$@",
196+
value: "as of %1$@",
197197
comment: "Displays the time when the widget was last updated. %1$@ is the time to render.")
198198
return LocalizedString.localizedStringWithFormat(format, updatedTime)
199199
}

0 commit comments

Comments
 (0)