Stripe - Remove redundant text (https://github.com/woocommerce/woocommerce-admin/pull/5701)
* Remove redundant text * Remove stripe subtext
This commit is contained in:
parent
76954a5e23
commit
edde19a7fb
|
@ -332,7 +332,7 @@
|
|||
font-size: 14px;
|
||||
color: $studio-gray-50;
|
||||
font-weight: 400;
|
||||
margin-top: 2px;
|
||||
margin-top: 16px;
|
||||
margin-bottom: $gap-smaller;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -317,10 +317,6 @@ class Stripe extends Component {
|
|||
|
||||
return {
|
||||
...connectStep,
|
||||
description: __(
|
||||
'Connect your store to your Stripe account. Don’t have a Stripe account? Create one.',
|
||||
'woocommerce-admin'
|
||||
),
|
||||
content: this.renderManualConfig(),
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue