Skip to content

Commit 1d83ae5

Browse files
committed
Use AppLocalizedString and reverse-DNS keys in StoreInfoProvider
1 parent aa1416d commit 1d83ae5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

WooCommerce/StoreWidgets/StoreInfoProvider.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ private extension StoreInfoProvider {
100100

101101
private extension StoreInfoProvider {
102102
enum Localization {
103-
static let myShop = NSLocalizedString("My Shop", comment: "Generic store name for the store info widget preview")
103+
static let myShop = AppLocalizedString(
104+
"storeWidgets.infoProvider.myShop",
105+
value: "My Shop",
106+
comment: "Generic store name for the store info widget preview"
107+
)
104108
}
105109
}

0 commit comments

Comments
 (0)