We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7a415 commit 6a2f35fCopy full SHA for 6a2f35f
1 file changed
ui/src/ui/views/nodes-exec-approvals.ts
@@ -256,7 +256,7 @@ function renderExecApprovalsTarget(state: ExecApprovalsState) {
256
}}
257
>
258
<option value="gateway" ?selected=${state.target === "gateway"}>Gateway</option>
259
- <option value="node" ?selected=${state.target === "node"}>Node</option>
+ <option value="node" ?selected=${state.target === "node"}>${t("nodes.binding.node")}</option>
260
</select>
261
</label>
262
${state.target === "node"
0 commit comments