fix: simplify order price banner copy
This commit is contained in:
parent
965b9ce3c8
commit
72da37e47d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ const hasPrice = typeof priceCents === "number";
|
|||
{govFeeLabel ? (
|
||||
<p><strong>Pass-through fees:</strong>{" "}{govFeeLabel}. Billed separately at cost.</p>
|
||||
) : (
|
||||
<p>No hidden Performance West service fee. You will review the total before payment.</p>
|
||||
<p>No hidden service fee. You will review the total before payment.</p>
|
||||
)}
|
||||
{note && <p>{note}</p>}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue