Skip to content

Commit

Permalink
Changed text in Shippo/PayPal plugin unavailable modal. (#4)
Browse files Browse the repository at this point in the history
* Changed text in Shippo/Paypal unavailable modal.

Co-authored-by: Ashritha <[email protected]>
Co-authored-by: aulisius <[email protected]>
  • Loading branch information
3 people authored Aug 18, 2022
1 parent c36d660 commit b27faa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions src/components/GeneralSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,20 +210,24 @@ export function GeneralSettings(props) {
onRequestClose={() => setOnboardingModal(null)}
>
<div className="nfd-ecommerce-modal-content">
<h1>We hit a snag...</h1>
<h1>Hold tight...</h1>
<span style={{ marginTop: "48px" }}>
{onboardingModalKey == YithOptions.paypal
? "Payment"
: "Shipping"}{" "}
support is being setup. Please check back in sometime.
support is still being setup. Please wait a few minutes and try
again.
</span>
<span style={{ marginTop: "32px", height: "60px" }}>
<span style={{ marginTop: "32px" }}>
If the problem persists, please{" "}
<a href="https://www.bluehost.com/contact" target="_blank">
contact
</a>{" "}
the support team.
</span>
<button onClick={() => setOnboardingModal(null)}>
Okay
</button>
</div>
</Modal>
) : (
Expand Down
2 changes: 1 addition & 1 deletion src/components/StoreAddress.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function StoreAddress({ onComplete, isMandatory = false }) {
</p>
<p className="nfd-ecommerce-modal-header-description">
{__(
"Use the same address you provided for your Bluehost account or change it below:",
"We'll use this information to help you setup your online store",
"wp-module-ecoomerce"
)}
</p>
Expand Down

0 comments on commit b27faa7

Please sign in to comment.