Skip to content

Commit fac2e94

Browse files
committed
Fix typo for error message
1 parent 4460629 commit fac2e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Authentication/PostSiteCredentialLoginChecker.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ private extension PostSiteCredentialLoginChecker {
198198
comment: "Error message displayed when the WooCommerce plugin detail cannot be fetched after authentication"
199199
)
200200
static let invalidLoginOrAdminURL = NSLocalizedString(
201-
"Application password cannot be generated due to custom login or admin URL on your site.",
201+
"Application password cannot be generated due to a custom login or admin URL on your site.",
202202
comment: "Message to display when the constructed admin or login URL for the logged-in site is not accessible"
203203
)
204204
static let contactSupport = NSLocalizedString("Contact Support", comment: "Button to contact support for login")

0 commit comments

Comments
 (0)