Skip to content

Commit c6f7923

Browse files
committed
chore: change to percent
1 parent 60065e8 commit c6f7923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/OrderForm/BuyForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ const topperPlusFeeF = computed(() => {
636636
});
637637
638638
const topperIncludesFeeText = computed(() => {
639-
return `Includes 4.65$ fee. First transaction is free.`;
639+
return `Includes 4.65% fee. First transaction is free.`;
640640
});
641641
642642
const topperCryptoAmount = computed(() => {

0 commit comments

Comments
 (0)