From 644fcf46bc4b46fdb380c3c3ac23938035bb09c5 Mon Sep 17 00:00:00 2001 From: Sebastian Pravda Date: Sat, 4 Feb 2023 16:20:14 +0100 Subject: [PATCH] feat: helperTexts --- .../(authenticated)/register/+page.svelte | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte b/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte index 13d1aac..702a160 100644 --- a/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte +++ b/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte @@ -565,7 +565,7 @@ bind:value={$form.candidate.city} type="text" placeholder={$LL.input.city()} - helperText="Uveďte poštovní směrovací číslo. (např. 602 00)" + helperText="Uveďte okres / MČ Prahy (např. Liberec nebo Praha 5)" /> @@ -579,7 +579,7 @@ bind:valueName={$form.candidate.street} bind:valueSurname={$form.candidate.houseNumber} placeholder={$LL.input.address()} - helperText="Uveďte ulici a číslo popisné (např. Preslova 72)." + helperText="Uveďte ulici a číslo popisné (např. Preslova 72/25)." /> @@ -588,7 +588,7 @@ bind:value={$form.candidate.zip} type="number" placeholder={$LL.input.zipCode()} - helperText="Uveďte poštovní směrovací číslo. (např. 602 00)" + helperText="Uveďte poštovní směrovací číslo. (např. 150 21)" /> @@ -623,7 +623,7 @@ bind:value={$form.candidate.birthdate} type="text" placeholder={$LL.input.birthDate()} - helperText="TODO: (Uveďte ve formátu DD.MM.RRRR)" + helperText="Uveďte datum narození (např. 1. 1. 1970)" />
@@ -666,6 +666,7 @@ type="number" bind:value={$form.candidate.schoolName} placeholder={$LL.input.schoolIzo()} + helperText="Uveďte IZO základní školy (např. 47608579)" /> {:else} {/if} @@ -683,6 +685,7 @@ type="text" bind:value={$form.candidate.healthInsurance} placeholder={$LL.input.insuranceNumber()} + helperText="Uveďte číslo zdravotní pojišťovny (např. 111)" />