Skip to content

Commit dc62087

Browse files
committed
Remove swiftlint comment to fix gotpress generation
1 parent f346b9d commit dc62087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/Settings/Help/SupportForm/SupportForm.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ private extension SupportForm {
223223
static let letsGetItSorted = NSLocalizedString("Let’s get this sorted", comment: "Title to let the user know what do we want on the support screen.")
224224
static let tellUsInfo = NSLocalizedString(
225225
"supportForm.tellUsInfo.message",
226-
value: "Let us know your site address (URL) and tell us as much as you can about the problem, and we will be in touch soon.", // swiftlint:disable:this line_length
226+
value: "Let us know your site address (URL) and tell us as much as you can about the problem, and we will be in touch soon.",
227227
comment: "Message info on the support screen."
228228
)
229229
static let subject = NSLocalizedString("Subject", comment: "Subject title on the support form")

0 commit comments

Comments
 (0)