Change notification on payment modal

This commit is contained in:
Hepatica
2024-01-28 00:00:38 +01:00
parent 30686a2a5b
commit 736fb37cb4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="notification" v-if="notification">
<div class="notification__content">
<h3>Успешный вывод!</h3>
<h3>Операция вывода отправлена</h3>
</div>
</div>
</template>