Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Dec 24, 2024
1 parent f3b20b0 commit 79dd9ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/ReceiveTokenDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
color="primary"
rounded
flat
class="q-mr-none q-pr-sm"
class="q-mr-none"
>
<q-icon name="swap_horiz" class="q-pr-sm" />
Swap
Expand All @@ -162,7 +162,7 @@
color="primary"
rounded
flat
class="q-mr-none q-pr-sm"
class="q-mr-none"
>Later
<q-tooltip>Add to history to receive later</q-tooltip>
</q-btn>
Expand Down Expand Up @@ -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;
}
Expand All @@ -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;
Expand Down

0 comments on commit 79dd9ea

Please sign in to comment.