Skip to content

Commit 6cdc204

Browse files
committed
Add localized string comment.
1 parent 3daf001 commit 6cdc204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private extension ProductFormViewController {
161161
}
162162

163163
let viewModel = BottomButtonContainerView.ViewModel(configureButton: { button in
164-
let title = NSLocalizedString("Add more details", comment: "")
164+
let title = NSLocalizedString("Add more details", comment: "Title of the button at the bottom of the product form to add more product details.")
165165
button.setTitle(title, for: .normal)
166166

167167
let icon = UIImage.plusImage

0 commit comments

Comments
 (0)