diff --git a/src/components/ReceiveTokenDialog.vue b/src/components/ReceiveTokenDialog.vue index f6dbde54..e31c8991 100644 --- a/src/components/ReceiveTokenDialog.vue +++ b/src/components/ReceiveTokenDialog.vue @@ -151,7 +151,7 @@ color="primary" rounded flat - class="q-mr-none q-pr-sm" + class="q-mr-none" > Swap @@ -162,7 +162,7 @@ color="primary" rounded flat - class="q-mr-none q-pr-sm" + class="q-mr-none" >Later Add to history to receive later @@ -394,7 +394,7 @@ export default defineComponent({ }, addPendingTokenToHistory: function (tokenStr) { if (this.tokenAlreadyInHistory(tokenStr)) { - this.notifySuccess("Ecash already in history"); + this.notifySuccess("Ecash already in History"); this.showReceiveTokens = false; return; } @@ -416,7 +416,7 @@ export default defineComponent({ }); this.showReceiveTokens = false; // show success notification - this.notifySuccess("Incoming payment added to history."); + this.notifySuccess("Ecash added to History"); }, handleSwapToTrustedMint: async function () { const mint = useMintsStore().activeMint().mint;