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 570536b commit 7808892Copy full SHA for 7808892
WooCommerce/Classes/ViewRelated/Products/Variations/ProductVariationsViewModel.swift
@@ -96,7 +96,7 @@ extension ProductVariationsViewModel {
96
switch self {
97
case .tooManyVariations(let variationCount):
98
let format = NSLocalizedString(
99
- "Currently creation is supported for 100 variations maximum. Generating variations for this product would create %1$@ variations.",
+ "Currently creation is supported for 100 variations maximum. Generating variations for this product would create %d variations.",
100
comment: "Error description for when there are too many variations to generate."
101
)
102
return String.localizedStringWithFormat(format, variationCount)
0 commit comments