Skip to content

Commit 303c840

Browse files
catlog22claude
andcommitted
fix: Remove invalid i18n key from Embedding Pool UI
Removed 'apiSettings.configuration' heading that was showing raw key 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent b15008f commit 303c840

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ccw/src/templates/dashboard-js/views/api-settings.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2664,8 +2664,7 @@ async function renderEmbeddingPoolMainPanel() {
26642664

26652665
// Configuration Form Card
26662666
'<div class="settings-section" id="embedding-pool-config" style="' + (enabled ? '' : 'display: none;') + '">' +
2667-
'<h3 style="margin: 0 0 1rem 0; font-size: 1rem; font-weight: 600;">' + t('apiSettings.configuration') || 'Configuration' + '</h3>' +
2668-
2667+
26692668
// Model and Strategy in Grid
26702669
'<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem;">' +
26712670
'<div class="form-group" style="margin: 0;">' +

0 commit comments

Comments
 (0)