From 3f9b91a354d6eac0e23e541d24a94a30664d8575 Mon Sep 17 00:00:00 2001 From: Sebastian Pravda Date: Sun, 4 Dec 2022 23:35:08 +0100 Subject: [PATCH] refactor: field of study titles --- .../routes/(candidate)/(authenticated)/register/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']} />