mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
♻️ Wrap confirmation text in a new span
This commit is contained in:
parent
ca4fc6acbd
commit
f2580a1e11
1 changed files with 2 additions and 0 deletions
|
@ -104,7 +104,9 @@ const SaveStateMessage = () => {
|
|||
|
||||
return (
|
||||
<span className="ppcp-r-navbar-notice ppcp--success">
|
||||
<span className="ppcp--inner-text">
|
||||
{ __( 'Completed', 'woocommerce-paypal-payments' ) }
|
||||
</span>
|
||||
</span>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue