Skip to content

Commit 489ffda

Browse files
Update WooCommerce/Classes/ViewRelated/Products/Variations/GenerateVariationsSelectorCommand.swift
Co-authored-by: Evgeny Aleksandrov <[email protected]>
1 parent 8e2f21d commit 489ffda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Products/Variations/GenerateVariationsSelectorCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private extension GenerateVariationsSelectorCommand {
6060
enum Localization {
6161
static let singleTitle = NSLocalizedString("Add new variation", comment: "Title for the option to generate just one variation")
6262
static let singleDescription = NSLocalizedString("Create one new variation. Manually set which attributes belong to the variable product.",
63-
comment: "Descroption for the option to generate just one variation")
63+
comment: "Description for the option to generate just one variation")
6464
static let allTitle = NSLocalizedString("Generate all variations", comment: "Title for the option to generate all possible variations")
6565
static let allDescription = NSLocalizedString("Creates variations for all combinations of your attributes.",
6666
comment: "Descroption for the option to generate all possible variations")

0 commit comments

Comments
 (0)