fixed text in notification abou money-operation

This commit is contained in:
Kostya
2024-01-19 19:10:26 +03:00
parent c42a697e4b
commit e06d9acb10

View File

@@ -1,7 +1,7 @@
<template>
<div class="notification" v-if="notification">
<div class="notification__content">
<h3>Успешное вывод!</h3>
<h3>Успешный вывод!</h3>
</div>
</div>
</template>