Skip to content

Commit e6efb0d

Browse files
authored
Merge pull request #2197 from woocommerce/issue/remote-jetpack-from-login-buttons
LoginPrologue: Remove "Jetpack" text from Log In button
2 parents 41ea606 + 2b83ca8 commit e6efb0d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

WooCommerce/Classes/Authentication/Prologue/LoginPrologueViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ private extension LoginPrologueViewController {
112112
}
113113

114114
func setupLoginButton() {
115-
let title = NSLocalizedString("Log in with Jetpack", comment: "Authentication Login Button")
115+
let title = NSLocalizedString("Log In", comment: "Authentication Login Button")
116116
loginButton.titleLabel?.adjustsFontForContentSizeCategory = true
117117
loginButton.setTitle(title, for: .normal)
118118
loginButton.accessibilityIdentifier = "login-prologue-login-with-jetpack"

WooCommerce/Classes/Authentication/Prologue/LoginPrologueViewController.xib

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15400" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
33
<device id="retina6_1" orientation="portrait" appearance="light"/>
44
<dependencies>
55
<deployment identifier="iOS"/>
6-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15404"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/>
77
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
88
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
99
</dependencies>
@@ -59,7 +59,7 @@ L3</string>
5959
<constraints>
6060
<constraint firstAttribute="height" constant="50" id="Np7-w5-zh4"/>
6161
</constraints>
62-
<state key="normal" title="Log in with Jetpack"/>
62+
<state key="normal" title="Log In"/>
6363
<connections>
6464
<action selector="loginWasPressed" destination="-1" eventType="touchUpInside" id="TN0-aw-ptZ"/>
6565
</connections>
@@ -79,10 +79,10 @@ L3</string>
7979
</constraints>
8080
</view>
8181
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="1000" verticalCompressionResistancePriority="1" image="prologue-slanted-rectangle" translatesAutoresizingMaskIntoConstraints="NO" id="Rhn-8s-tRs" userLabel="Slanted ImageView">
82-
<rect key="frame" x="0.0" y="365.5" width="414" height="320"/>
82+
<rect key="frame" x="0.0" y="525.5" width="414" height="160"/>
8383
</imageView>
8484
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="1000" verticalCompressionResistancePriority="200" image="prologue-bubbles" translatesAutoresizingMaskIntoConstraints="NO" id="pzF-Fz-byr" userLabel="Bubbles View">
85-
<rect key="frame" x="158" y="273" width="216" height="350"/>
85+
<rect key="frame" x="266" y="360.5" width="108" height="175"/>
8686
<constraints>
8787
<constraint firstAttribute="width" secondItem="pzF-Fz-byr" secondAttribute="height" multiplier="108:175" id="Rsb-pu-GHs"/>
8888
</constraints>

0 commit comments

Comments
 (0)