Skip to content

Commit a2a80f1

Browse files
committed
Update translation_interface.html
1 parent c0457f6 commit a2a80f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/web/templates/translation_interface.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ <h2>⚙️ Translation Configuration</h2>
3737

3838
<div class="form-group" id="geminiSettings" style="display: none;">
3939
<label>Gemini API Key</label>
40-
<input type="password" class="form-control" id="geminiApiKey" placeholder="Enter your Gemini API key">
40+
<input type="password" class="form-control" id="geminiApiKey" placeholder="Enter your Gemini API key" autocomplete="off">
4141
</div>
4242

4343
<div class="form-group" id="openaiSettings" style="display: none;">
4444
<label>OpenAI API Endpoint</label>
4545
<input type="text" class="form-control" id="openaiEndpoint" value="https://api.openai.com/v1/chat/completions" placeholder="OpenAI API endpoint">
4646
<label style="margin-top: 10px;">OpenAI API Key</label>
47-
<input type="password" class="form-control" id="openaiApiKey" placeholder="Enter your OpenAI API key">
47+
<input type="password" class="form-control" id="openaiApiKey" placeholder="Enter your OpenAI API key" autocomplete="off">
4848
</div>
4949

5050
<div class="form-group" id="openrouterSettings" style="display: none;">
5151
<label>OpenRouter API Key</label>
52-
<input type="password" class="form-control" id="openrouterApiKey" placeholder="sk-or-v1-...">
52+
<input type="password" class="form-control" id="openrouterApiKey" placeholder="sk-or-v1-..." autocomplete="off">
5353
<small style="display: block; margin-top: 5px; color: #6b7280;">
5454
<a href="https://openrouter.ai/keys" target="_blank" rel="noopener noreferrer">Get your API key</a> |
5555
<a href="https://openrouter.ai/models" target="_blank" rel="noopener noreferrer">Browse models</a>

0 commit comments

Comments
 (0)