From 6b0a65c4270a9f72a1c86a6bd24810c482d115d7 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 26 Aug 2023 20:37:04 +0200 Subject: [PATCH] Update en_us.json Updated translation variable "DDNS_ACTIVE_description" Updated translation variable "DDNS_DOMAIN_description" Updated translation variable "DDNS_USER_description" Updated translation variable "DDNS_PASSWORD_description" --- front/php/templates/language/en_us.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index d4e02165..f9eb8a57 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -563,13 +563,13 @@ "DynDNS_display_name" : "DynDNS", "DynDNS_icon" : "", "DDNS_ACTIVE_name" : "Enable DynDNS", - "DDNS_ACTIVE_description" : "", + "DDNS_ACTIVE_description" : "Enable DynDNS service", "DDNS_DOMAIN_name" : "DynDNS domain URL", - "DDNS_DOMAIN_description" : "", + "DDNS_DOMAIN_description" : "DynDNS host URL (do not include http:// or https://).", "DDNS_USER_name" : "DynDNS user", - "DDNS_USER_description" : "", + "DDNS_USER_description" : "The username used to login to the DynDNS service (sometimes a full email address).", "DDNS_PASSWORD_name" : "DynDNS password", - "DDNS_PASSWORD_description" : "", + "DDNS_PASSWORD_description" : "The DynDNS service access password", "DDNS_UPDATE_URL_name" : "DynDNS update URL", "DDNS_UPDATE_URL_description" : "Update URL starting with http:// or https://.", "Nmap_display_name" : "Nmap",