Skip to content

Commit 0a0c489

Browse files
committed
Add comment for product form bottom sheet list selector title.
1 parent a08c232 commit 0a0c489

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WooCommerce/Classes/ViewRelated/Products/Edit Product/ProductFormViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ private extension ProductFormViewController {
186186
//
187187
private extension ProductFormViewController {
188188
func moreDetailsButtonTapped(button: UIButton) {
189-
let title = NSLocalizedString("Add more details", comment: "")
189+
let title = NSLocalizedString("Add more details",
190+
comment: "Title of the bottom sheet from the product form to add more product details.")
190191
let viewProperties = BottomSheetListSelectorViewProperties(title: title)
191192
let isEditProductsRelease3Enabled = featureFlagService.isFeatureFlagEnabled(.editProductsRelease3)
192193
let dataSource = ProductFormBottomSheetListSelectorCommand(product: product,

0 commit comments

Comments
 (0)