Skip to content

Commit 9be1c8a

Browse files
committed
Rename title of the connect button
1 parent dccd89f commit 9be1c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/Classes/Authentication/Navigation Exceptions/WrongAccountErrorViewModel.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ private extension WrongAccountErrorViewModel {
343343
comment: "Action button linking to a list of connected stores."
344344
+ "Presented when logging in with a store address that does not match the account entered")
345345

346-
static let primaryButtonTitle = NSLocalizedString("Connect Jetpack",
347-
comment: "Action button to handle Jetpack connection."
346+
static let primaryButtonTitle = NSLocalizedString("Connect to the site",
347+
comment: "Action button to handle connecting the logged-in account to the site."
348348
+ "Presented when logging in with a self-hosted site that does not match the account entered")
349349

350350
static let yourSite = NSLocalizedString("your site",

0 commit comments

Comments
 (0)