💄 style(podkop): update formatting and messages

This commit is contained in:
Ivan K
2025-05-01 17:48:25 +03:00
parent 48716e7156
commit 05272de650
2 changed files with 23 additions and 45 deletions

View File

@@ -634,9 +634,8 @@ const showConfigModal = async (command, title) => {
const data = await response.json();
clearTimeout(timeoutId);
formattedOutput += '\n\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n';
formattedOutput += ' ' + _('FAKEIP BROWSER TEST') + '\n';
formattedOutput += '━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n';
formattedOutput += '\n━━━━━━━━━━━━━━━━━━━━━━━━━━━\n';
formattedOutput += ' ➡️ ' + _('FAKEIP BROWSER TEST') + '\n';
if (data.fakeip === true) {
formattedOutput += '✅ ' + _('FakeIP is working in browser!') + '\n';