fix: Rename 'Trigger (debug)' button to 'Retrigger'
This commit is contained in:
parent
fd1fd6c6f9
commit
3c2441ae38
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue