diff -r 7776b3c68c46 -r dc22dd5d77fd www/js/global.js --- a/www/js/global.js Thu Feb 14 16:28:37 2019 +0100 +++ b/www/js/global.js Mon Feb 18 22:07:12 2019 +0100 @@ -196,9 +196,9 @@ var FlocculationAdapter = new $.jqx.dataAdapter(FlocculationSource); var StarterTypeData = [ - { id: 0, en: 'Simple', nl: 'simpel' }, - { id: 1, en: 'Aerated', nl: 'belucht' }, - { id: 2, en: 'Stirred', nl: 'geroerd' } + { id: 0, en: 'Stirred', nl: 'Geroerd' }, + { id: 1, en: 'Shaken', nl: 'Geschud' }, + { id: 2, en: 'Simple', nl: 'Simpel' } ]; var StarterTypeSource = { localdata: StarterTypeData,