Skip to content

Commit b983480

Browse files
committed
update string join
1 parent 2ac469e commit b983480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Sources/PointOfSale/Presentation/Settings/POSSettingsLocalCatalogViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ private extension POSSettingsLocalCatalogViewModel {
150150
enum Localization {
151151
static let catalogSizeFormat = NSLocalizedString(
152152
"posSettingsLocalCatalogViewModel.catalogSizeFormat",
153-
value: "%1$d products, %2$ld variations",
153+
value: "%1$d products and %2$ld variations",
154154
comment: "Format string for catalog size showing product count and variation count. " +
155155
"%1$d will be replaced by the product count, and %2$ld will be replaced by the variation count."
156156
)

0 commit comments

Comments
 (0)