diff --git a/src/lang/en.json b/src/lang/en.json index 39083fe51..c5f5d5b92 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -1113,5 +1113,6 @@ "smsplanetNeedToApproveName": "Needs to be approved in the client panel", "Disable URL in Notification": "Disable URL in Notification", "Ip Family": "IP Family", - "ipFamilyDescriptionAutoSelect": "Use \"{happyEyeballs}\" for determining the IP family." + "ipFamilyDescriptionAutoSelect": "Uses the {happyEyeballs} for determining the IP family.", + "Happy Eyeballs algorithm": "Happy Eyeballs algorithm" } diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index 95cca6cad..691414843 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -755,7 +755,7 @@