Merge branch 'bx-935-calc' of https://git.svs-tech.pro/ksenia_mikhailova/mns-mini-zabor into bx-935-calc

This commit is contained in:
Kseninia Mikhaylova 2024-07-02 12:05:54 +03:00
commit 01910c2987
2 changed files with 3 additions and 3 deletions

View File

@ -214,7 +214,7 @@ const plurals = {
</template>.
</p>
<p>
Все элементы окрашиваются порошковым методом: <br />
Окрашивается по технологии порошковой окраски: <br />
ламели: {{ getColorNameFromRal(lamelle_color)?.toLowerCase() }};
столбы: {{ getColorNameFromRal(pillar_color)?.toLowerCase() }}.
</p>
@ -226,7 +226,7 @@ const plurals = {
</p>
</div>
<div class="form-row justify-center">
<button @click.prevent="toggleModal">Купить прямо сейчас</button>
<button @click.prevent="toggleModal">Рассчитать прямо сейчас</button>
</div>
</form>
</ClientOnly>

View File

@ -183,7 +183,7 @@ const total_txt = computed(() => {
</template>
</div>
<div class="flex gap-4">
<button class="not-prose" @click="openForm">Данные верны</button>
<button class="not-prose" @click="openForm">Отправить расчет на эл. почту</button>
<button class="not-prose neutral" @click="toggleModal">Закрыть окно</button>
</div>
</template>