From df482cd3d280ff6e14dbb65fd6f10a04abefd736 Mon Sep 17 00:00:00 2001 From: shahin-io <115543613+shahin-io@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:29:03 +0000 Subject: [PATCH] Update translate.en_US.toml --- web/translation/translate.en_US.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 127a65d1..f9c23064 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -294,8 +294,8 @@ "subDomainDesc" = "The domain name for the subscription service. (leave blank to listen on all domains and IPs)" "subUpdates" = "Update Intervals" "subUpdatesDesc" = "The update intervals of the subscription URL in the client apps. (unit: hour)" -"subEncrypt" = "URL Encode" -"subEncryptDesc" = "The returned content of subscription URL will be Base64 encoded." +"subEncrypt" = "Encode" +"subEncryptDesc" = "The returned content of subscription service will be Base64 encoded." "subShowInfo" = "Show Usage Info" "subShowInfoDesc" = "The remaining traffic and date will be displayed in the client apps." "subURI" = "Reverse Proxy URI"