mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-06 16:20:08 +00:00
fix: description length fixes
This commit is contained in:
parent
65cbd9ea53
commit
da20cc27f4
1 changed files with 2 additions and 2 deletions
|
|
@ -392,7 +392,7 @@
|
||||||
<h1 class="title mt-8">{pageTexts[2]}</h1>
|
<h1 class="title mt-8">{pageTexts[2]}</h1>
|
||||||
<p class="description mt-8 block text-center">
|
<p class="description mt-8 block text-center">
|
||||||
Pro registraci je potřeba vyplnit několik údajů o Vás. Tyto údaje budou použity pro
|
Pro registraci je potřeba vyplnit několik údajů o Vás. Tyto údaje budou použity pro
|
||||||
přijímací řízení. Všechny údaje jsou důležité a bez nich se registrace nezdaří.
|
přijímací řízení. Všechny údaje jsou důležité.
|
||||||
</p>
|
</p>
|
||||||
<div class="flex w-full flex-col">
|
<div class="flex w-full flex-col">
|
||||||
<span class="field">
|
<span class="field">
|
||||||
|
|
@ -508,7 +508,7 @@
|
||||||
{:else if pageIndex === 5}
|
{:else if pageIndex === 5}
|
||||||
<h1 class="title mt-8">{pageTexts[5]}</h1>
|
<h1 class="title mt-8">{pageTexts[5]}</h1>
|
||||||
<p class="description mt-8 block text-center">
|
<p class="description mt-8 block text-center">
|
||||||
Zadejte prosím své občanství, rodné číslo a obor na který se hlásíte.
|
Zadejte prosím své občanství, rodné číslo, či jeho alternativu Vaší země a obor na který se hlásíte.
|
||||||
</p>
|
</p>
|
||||||
<div class="flex w-full flex-row md:flex-col">
|
<div class="flex w-full flex-row md:flex-col">
|
||||||
<span class="field">
|
<span class="field">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue