Skip to content

Commit a85d544

Browse files
committed
adding warning messages
1 parent 2445253 commit a85d544

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ nginx.crt
3131
nginx.key
3232

3333
.npmrc
34+
.env

src/pegin/components/create/ConfirmationSteps.vue

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@
88
<template #prepend>
99
<v-icon size="x-small" :icon="mdiInformationOutline" />
1010
</template>
11-
<span class="text-body-sm">Follow
12-
<a :href=constants.DERIVE_BTC_ADDRESS_DOCUMENTATION_URL target='_blank'>
13-
this steps
14-
</a>
15-
to view and access your {{ environmentContext.getBtcTicker() }} funds.
11+
<span class="text-body-sm">
12+
Make sure that you are sending the exact amounted quoted.
1613
</span>
1714
</v-alert>
1815
</v-row>

0 commit comments

Comments
 (0)