refactor: field details placeholder

This commit is contained in:
Sebastian Pravda 2023-02-05 15:39:17 +01:00
parent dcc3824f06
commit e3b01ab53a
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57

View file

@ -144,7 +144,7 @@
<span class="w-1/2 ml-2" class:hidden={isSSPS}> <span class="w-1/2 ml-2" class:hidden={isSSPS}>
<TextField <TextField
bind:value={fieldFocusInputValue} bind:value={fieldFocusInputValue}
placeholder="Zaměření (nepovinné)" placeholder="Zaměření (jen některé školy)"
helperText="Např. Kybernetická bezpečnost, protože obor nemá svůj vlastní kód" helperText="Např. Kybernetická bezpečnost, protože obor nemá svůj vlastní kód"
/> />
</span> </span>