Compare commits

..

No commits in common. "3542e8c49a33aeb147c3ca765dc104d8cb046083" and "c4b6e61655bc3311f97dc0e20607d62590acedfd" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ const policy = () => {
@keypress="validateInput" />
<div class="flex gap-4 justify-between items-center">
<input type="checkbox" id="policy" v-model="modal_data.policy" />
<label for="policy">Нажимая кнопку "Отправить" Вы также даете согласие на обработку персональных данных.<NuxtLink to="policy" @click="policy">cсылка</NuxtLink>
<label for="policy">Соглашение... <NuxtLink to="policy" @click="policy">cсылка</NuxtLink>
</label>
</div>
{{ total_txt && total_txt.total[0] }}