Update frontend.html

This commit is contained in:
Belim 2024-02-13 10:42:11 +01:00 committed by GitHub
parent a799451a41
commit 09e4f568c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
<!-- Assisted Chatbox container with its autocomplete input -->
<div class="chatbox-container">
<input type="text" id="chatbox" placeholder="Passe Apps an und wende Einstellungen und Anpassungen an">
<input type="text" id="chatbox" placeholder="Nach Apps, Einstellungen und Tweaks suchen">
<!-- Add Copilot button -->
<button id="copilotButton" onclick="openCopilot()" title="Copilot öffnen">Copilot fragen</button>
</div>