diff --git a/ui/i18n/en.json b/ui/i18n/en.json index a4b5253..6718b43 100644 --- a/ui/i18n/en.json +++ b/ui/i18n/en.json @@ -32,7 +32,7 @@ "label.cf_custom_domain": "Custom domain", "label.cfworker_domains": "Cloudflare Worker domains (comma-separated)", "label.verbose": "Verbose logging", - "label.no_secure": "Disable SSL for CF-proxy and CF-worker", + "label.no_secure": "Disable TLS for CF-proxy and CF-worker", "label.buf_kb": "Buffer, KB (default 256)", "label.pool_size": "WebSocket session pool (default 4)", "label.log_max_mb": "Max log size, MB (default 5)", diff --git a/ui/i18n/ru.json b/ui/i18n/ru.json index bc0919a..2eb04bc 100644 --- a/ui/i18n/ru.json +++ b/ui/i18n/ru.json @@ -32,7 +32,7 @@ "label.cf_custom_domain": "Свой домен", "label.cfworker_domains": "Cloudflare Worker домены (через запятую)", "label.verbose": "Подробное логирование (verbose)", - "label.no_secure": "Выключиь SSL для CF-прокси и CF-worker", + "label.no_secure": "Выключиь TLS для CF-прокси и CF-worker", "label.buf_kb": "Буфер, КБ (по умолчанию 256)", "label.pool_size": "Пул WebSocket-сессий (по умолчанию 4)", "label.log_max_mb": "Макс. размер лога, МБ (по умолчанию 5)",