File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
WooCommerce/Classes/ViewRelated/Products/Edit Product Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,8 @@ private extension ProductFormViewController {
186186//
187187private 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,
You can’t perform that action at this time.
0 commit comments