diff --git a/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte b/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte index 2c43c73..656cae1 100644 --- a/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte +++ b/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte @@ -279,7 +279,7 @@ on:change={handleChange} bind:value={$form.study} placeholder="Obor" - options={['KBB', 'IT', 'GYM']} + options={['KB', 'IT', 'G']} />