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

This commit is contained in:
jlightner 2026-04-01 07:25:20 +00:00
parent fd1fd6c6f9
commit 3c2441ae38

View file

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