From 79dd9ea42a19755516310965fbbb99b5049b25f9 Mon Sep 17 00:00:00 2001
From: callebtc <93376500+callebtc@users.noreply.github.com>
Date: Tue, 24 Dec 2024 13:40:02 +0100
Subject: [PATCH] small edits
---
src/components/ReceiveTokenDialog.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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;