File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
frontend/src/lib/components/modals Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 5959<header class =" card-header font-bold text-2xl text-center" >
6060 <slot name =" title" />
6161</header >
62+ <section class ={sectionClass }>
63+ <p class ={fullPageMode ? ' text-base text-center' : ' ' }>
64+ <T
65+ defaultValue =" Seems wrong? Click the button below to gather logs, then send the generated zip file on the modding Discord in #help-using-mods."
66+ keyName =" error.reporting_directions"
67+ />
68+ </p >
69+ </section >
6270<section class ={` ${sectionClass } overflow-y-auto ` }>
6371 <p class ="font-mono" >{error }</p >
6472</section >
6876 <p class =" font-mono" >Debug info not yet generated</p >
6977 </section >
7078{/if }
71- <section class ={sectionClass }>
72- <p class ={fullPageMode ? ' text-base text-center' : ' ' }>
73- <T
74- defaultValue =" Seems wrong? Click the button below to gather logs, then send the generated zip file on the modding Discord in #help-using-mods."
75- keyName =" error.reporting_directions"
76- />
77- </p >
78- </section >
7979<section class ={sectionClass }>
8080 <p class ={` text-base ${fullPageMode ? ' text-center' : ' ' } ` }>
8181 <button
You can’t perform that action at this time.
0 commit comments