* Remove redundant text

* Remove stripe subtext
This commit is contained in:
Moon 2020-11-20 14:48:58 -08:00 committed by GitHub
parent 76954a5e23
commit edde19a7fb
2 changed files with 1 additions and 5 deletions

View File

@ -332,7 +332,7 @@
font-size: 14px;
color: $studio-gray-50;
font-weight: 400;
margin-top: 2px;
margin-top: 16px;
margin-bottom: $gap-smaller;
}
}

View File

@ -317,10 +317,6 @@ class Stripe extends Component {
return {
...connectStep,
description: __(
'Connect your store to your Stripe account. Dont have a Stripe account? Create one.',
'woocommerce-admin'
),
content: this.renderManualConfig(),
};
}