Skip to content

Commit b241b44

Browse files
committed
Fixed fatalError text
1 parent 09150e5 commit b241b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Products/Edit Product/Product Settings/Slug/ProductSlugViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ private extension ProductSlugViewController {
120120
case let cell as TextFieldTableViewCell:
121121
configureSlug(cell: cell)
122122
default:
123-
fatalError("Unidentified product catalog visibility row type")
123+
fatalError("Unidentified product slug row type")
124124
}
125125
}
126126

0 commit comments

Comments
 (0)