main #7

Merged
Henry-Hiles merged 9 commits from aleksei/websitefortranslation:main into main 2026-03-16 21:29:57 -04:00
Showing only changes of commit c2ad425a9b - Show all commits

Обновить src/pages/ru-ru/register.astro

aleksei 2026-03-16 19:10:44 -04:00

View file

@ -33,14 +33,13 @@ import "../../styles/page.css"
<label class="checkbox">
<input name="code" type="checkbox" value="yes" required />
I have read and agree to the <a href="../code/">Code of Conduct</a>.
Я ознакомился(лась) с <a href="../code/">Кодексом поведения</a> и согласен(на) с его положениями.
</label>
<label class="checkbox">
<input name="policy" type="checkbox" value="yes" required />
I have read and agree to the <a href="../privacy-policy/"
>Privacy Policy</a
>.
Я ознакомился(лась) с <a href="../privacy-policy/"
>Политикой конфиденциальности</a> и согласен(на) с её положениями.
</label>
<button type="submit"><span>Отправить</span></button>