fix: Rename 'Trigger (debug)' button to 'Retrigger'

This commit is contained in:
jlightner 2026-04-01 07:25:20 +00:00
parent c62c6eb644
commit 18de2b3065

View file

@ -1225,7 +1225,7 @@ export default function AdminPipeline() {
disabled={actionLoading === video.id} disabled={actionLoading === video.id}
title="Retrigger pipeline" title="Retrigger pipeline"
> >
{actionLoading === video.id ? "…" : debugMode ? "▶ Trigger (debug)" : "▶ Trigger"} {actionLoading === video.id ? "…" : "▶ Retrigger"}
</button> </button>
<button <button
className="btn btn--small btn--danger" className="btn btn--small btn--danger"