diff --git a/src/lang/en.json b/src/lang/en.json index 98b18bee3..538309dba 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -1113,5 +1113,5 @@ "smsplanetNeedToApproveName": "Needs to be approved in the client panel", "Disable URL in Notification": "Disable URL in Notification", "Ip Family": "IP Family", - "ipFamilyDescription": "Choose the IP version to use (IPv4 or IPv6). If \"auto-select\" is chosen, it will use \"Happy Eyeballs\" for determining the IP version." + "ipFamilyDescriptionAutoSelect": "Use {happyEyeballs} for determining the IP family." } diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index 9dda18566..5d3609c86 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -748,22 +748,16 @@