File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ export const en = {
1717 exportToJSON : 'Export synthetic data to json' ,
1818 downloadButton : 'Download' ,
1919 loadingPyodide : 'Loading Python environment...' ,
20- loadingPackages : 'Loading core packages...' ,
20+ loadingPackages :
21+ 'Loading core packages. On average this takes 10-15 seconds.' ,
2122 installingPackages : 'Installing additional packages...' ,
2223 biasSettings : {
2324 exportToPDF : 'Download bias analysis report as pdf' ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export const nl = {
1515 cluster : 'Cluster {{value}}' ,
1616 downloadButton : 'Download' ,
1717 loadingPyodide : 'Python omgeving laden...' ,
18- loadingPackages : 'Laden van packages' ,
18+ loadingPackages : 'Laden van packages. Dit duurt gemiddeld 10-15 seconden. ' ,
1919 installingPackages : 'Aanvullende packages laden' ,
2020 biasSettings : {
2121 exportToPDF : 'Download bias analyse rapport als pdf' ,
You can’t perform that action at this time.
0 commit comments