♻️ Wrap confirmation text in a new span

This commit is contained in:
Philipp Stracker 2025-02-07 16:15:18 +01:00
parent ca4fc6acbd
commit f2580a1e11
No known key found for this signature in database

View file

@ -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>
);
};