Skip to content

Commit 4282f36

Browse files
committed
Fix unit test failure for JetpackErrorViewModelTests
1 parent 494d5b6 commit 4282f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/WooCommerceTests/Authentication/JetpackErrorViewModelTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ private extension JetpackErrorViewModelTests {
158158
static let whatIsJetpack = NSLocalizedString("What is Jetpack?",
159159
comment: "Button linking to webview that explains what Jetpack is"
160160
+ "Presented when logging in with a site address that does not have a valid Jetpack installation")
161-
static let primaryButtonTitle = NSLocalizedString("Install Jetpack",
162-
comment: "Action button for installing Jetpack."
161+
static let primaryButtonTitle = NSLocalizedString("Set up Jetpack",
162+
comment: "Action button for setting up Jetpack."
163163
+ "Presented when logging in with a site address that does not have a valid Jetpack installation")
164164

165165
static let secondaryButtonTitle = NSLocalizedString("Log In With Another Account",

0 commit comments

Comments
 (0)