fix: Rename 'Trigger (debug)' button to 'Retrigger'
This commit is contained in:
parent
c62c6eb644
commit
18de2b3065
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