File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1226,7 +1226,7 @@ export default function ExamsPage() {
12261226 </ >
12271227 ) : (
12281228 < >
1229- Decompose with Gemini
1229+ Decompose with AI
12301230 < ArrowRight size = { 14 } />
12311231 </ >
12321232 ) }
@@ -1242,7 +1242,7 @@ export default function ExamsPage() {
12421242 < div className = "flex flex-col gap-3 pb-4 border-b border-[var(--border-subtle)]" >
12431243 < div className = "flex justify-between items-center flex-wrap gap-4" >
12441244 < div >
1245- < h3 className = "text-[15px] font-bold text-[var(--text-primary)]" > Gemini -Generated Rubric Structure</ h3 >
1245+ < h3 className = "text-[15px] font-bold text-[var(--text-primary)]" > AI -Generated Rubric Structure</ h3 >
12461246 < p className = "text-[12px] text-[var(--text-secondary)] mt-1 flex items-center gap-2 font-medium" >
12471247 < BrainCircuit className = "text-brand-500" size = { 14 } />
12481248 AI confidence: < strong className = "text-brand-600 font-mono" > { ( aiConfidence * 100 ) . toFixed ( 0 ) } %</ strong > • Verify marks allocation before proceeding.
@@ -1490,7 +1490,7 @@ export default function ExamsPage() {
14901490 </ div >
14911491 < h3 className = "text-[16.5px] font-bold text-[var(--text-primary)] mb-1" > Asynchronous Evaluation Queue Active</ h3 >
14921492 < p className = "text-[12.5px] text-[var(--text-secondary)] max-w-[450px] mb-8" >
1493- All student answer sheets are being transferred to Supabase Storage . Once completed, the parallel evaluation pipelines will execute synchronously .
1493+ All student answer sheets are being processed . Once completed, the evaluation pipelines will execute automatically .
14941494 </ p >
14951495
14961496 { runStatus ? (
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ export default function SettingsPage() {
335335 < Lock size = { 13 } className = "text-[var(--text-secondary)]" /> Authentication Provider
336336 </ h4 >
337337 < p className = "text-[12px] text-[var(--text-tertiary)] mt-1" >
338- Managed via secure Supabase integration.
338+ Managed via secure cloud integration.
339339 </ p >
340340 </ div >
341341 < span className = "bg-brand-500/10 text-brand-600 border border-brand-500/20 text-[11px] font-bold px-3 py-1 rounded-lg" >
You can’t perform that action at this time.
0 commit comments