From 07f65a57255c7fcabd70edf073506c059f6e294d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20K=C3=B6nig?= <35546377+patrick-koenig@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:56:34 +0100 Subject: [PATCH] Change to "ISA Wizard" instead of "MIAPPE Wizard" --- src/App.svelte | 10 +++++----- src/components/Header.svelte | 4 ++-- src/components/InitView.svelte | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 41c0929..a7af00f 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -108,11 +108,11 @@ function showGui() { {:else if $appstate === appstate.WIZARD} {$appstate = appstate.GUI;}} /> - {:else if $appstate === appstate.LEVEL} - - {:else if $appstate === appstate.GUI} - - {/if} + {:else if $appstate === appstate.LEVEL} + + {:else if $appstate === appstate.GUI} + + {/if} diff --git a/src/components/Header.svelte b/src/components/Header.svelte index 01718bd..82591be 100644 --- a/src/components/Header.svelte +++ b/src/components/Header.svelte @@ -201,10 +201,10 @@
- MIAPPE Wizard + ISA Wizard -

{$appstate = appstate.INIT}}>MIAPPE Wizard

+

{$appstate = appstate.INIT}}>ISA Wizard

diff --git a/src/components/InitView.svelte b/src/components/InitView.svelte index 854a446..0beaca7 100644 --- a/src/components/InitView.svelte +++ b/src/components/InitView.svelte @@ -53,8 +53,8 @@

Welcome to the MIAPPE Wizard

-

A biologist-friendly application for creating MIAPPE-compliant metadata for plant phenotyping experiments.

-
+ +