fix(launcher): simplify bug report card title

This commit is contained in:
Adrian Castro
2026-08-19 15:24:31 +02:00
parent fd9f3da91a
commit b27e5ab017
+1 -1
View File
@@ -2377,7 +2377,7 @@ local function buildBugPanel(imp, x, y, w, availH, m)
local reportH = math.max(m.btnH, Kit.textHeight("small") + math.floor(4 * m.s) + reportDetailH)
+ 2 * pad
Kit.card(x, cy, w, reportH)
Kit.text("small", Strings("GitHub bug form"), textX, cy + pad, PAL.heading)
Kit.text("small", Strings("Something not working?"), textX, cy + pad, PAL.heading)
Kit.textWrapped("small", reportDetail, textX,
cy + pad + Kit.textHeight("small") + math.floor(4 * m.s), reportTextW,
PAL.muted, 3)