Fix warning message appearing where it shouldn't

93935e9e9c7ead701aaccb0e01af200eef4ab134

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +15 -13Ignore whitespace
public/index.html+15 -13
@@ -2485,19 +2485,21 @@
2485 </div>2485 </div>
2486 </div>2486 </div>
2487 </div>2487 </div>
2488 <div id="ReverseProxyWarningMessage" class="reverse_proxy_warning" data-source="openai,claude,mistralai,makersuite">2488 <div id="ReverseProxyWarningMessage" data-source="openai,claude,mistralai,makersuite">
2489 <b>2489 <div class="reverse_proxy_warning">
2490 <div data-i18n="Using a proxy that you're not running yourself is a risk to your data privacy.">2490 <b>
2491 Using a proxy that you're not running yourself is a risk to your data privacy.2491 <div data-i18n="Using a proxy that you're not running yourself is a risk to your data privacy.">
2492 </div>2492 Using a proxy that you're not running yourself is a risk to your data privacy.
2493 <div data-i18n="ANY support requests will be REFUSED if you are using a proxy.">2493 </div>
2494 ANY support requests will be REFUSED if you are using a proxy.2494 <div data-i18n="ANY support requests will be REFUSED if you are using a proxy.">
2495 </div>2495 ANY support requests will be REFUSED if you are using a proxy.
2496 <hr>2496 </div>
2497 <i data-i18n="Do not proceed if you do not agree to this!">2497 <hr>
2498 Do not proceed if you do not agree to this!2498 <i data-i18n="Do not proceed if you do not agree to this!">
2499 </i>2499 Do not proceed if you do not agree to this!
2500 </b>2500 </i>
2501 </b>
2502 </div>
2501 </div>2503 </div>
2502 <form id="openai_form" data-source="openai" action="javascript:void(null);" method="post" enctype="multipart/form-data">2504 <form id="openai_form" data-source="openai" action="javascript:void(null);" method="post" enctype="multipart/form-data">
2503 <h4><span data-i18n="OpenAI API key">OpenAI API key</span></h4>2505 <h4><span data-i18n="OpenAI API key">OpenAI API key</span></h4>