We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2445253 commit a85d544Copy full SHA for a85d544
.gitignore
@@ -31,3 +31,4 @@ nginx.crt
31
nginx.key
32
33
.npmrc
34
+.env
src/pegin/components/create/ConfirmationSteps.vue
@@ -8,11 +8,8 @@
8
<template #prepend>
9
<v-icon size="x-small" :icon="mdiInformationOutline" />
10
</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.
+ <span class="text-body-sm">
+ Make sure that you are sending the exact amounted quoted.
16
</span>
17
</v-alert>
18
</v-row>
0 commit comments