Skip to content

Commit 68bcb99

Browse files
committed
Capitalize As of
1 parent b904b38 commit 68bcb99

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
@@ -199,7 +199,7 @@ private extension StoreInfoView {
199199
)
200200
static func updatedAt(_ updatedTime: String) -> LocalizedString {
201201
let format = AppLocalizedString("storeWidgets.infoView.updatedAt",
202-
value: "as of %1$@",
202+
value: "As of %1$@",
203203
comment: "Displays the time when the widget was last updated. %1$@ is the time to render.")
204204
return LocalizedString.localizedStringWithFormat(format, updatedTime)
205205
}

0 commit comments

Comments
 (0)