Skip to content

Commit dc048fa

Browse files
committed
Rename the button Install Jetpack to Set up Jetpack
1 parent de0b533 commit dc048fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ private extension JetpackErrorViewModel {
110110
comment: "Button linking to webview that explains what Jetpack is"
111111
+ "Presented when logging in with a site address that does not have a valid Jetpack installation")
112112

113-
static let primaryButtonTitle = NSLocalizedString("Install Jetpack",
114-
comment: "Action button for installing Jetpack."
113+
static let primaryButtonTitle = NSLocalizedString("Set up Jetpack",
114+
comment: "Action button for setting up Jetpack."
115115
+ "Presented when logging in with a site address that does not have a valid Jetpack installation")
116116

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

0 commit comments

Comments
 (0)