ui: remove html step counter translations

This commit is contained in:
a.tolmachev
2026-05-02 13:33:24 +00:00
parent 3a4dddd071
commit c54d234daa
11 changed files with 30 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<div class="step-panel-header">
<div class="step-panel-eyebrow">
<div class="step-panel-eyebrow-line"></div>
<span data-i18n-html="wizard.step_of">Step 5 of 5</span>
<span data-step-counter>Step 5 of 5</span>
</div>
<h1 class="step-panel-title" data-i18n="wizard.step5.title">Mapping and execution</h1>
<p class="step-panel-subtitle" data-i18n="wizard.step5.subtitle">Define how MCP tool arguments map to upstream request fields, and how the upstream response maps back to MCP output. Then set execution parameters — auth is configured per-upstream in step 2.</p>