From d51fc79bd323ac5aabf8740d3b8967eff2c7ebea Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Thu, 12 Jun 2025 00:20:35 +0200 Subject: [PATCH] Change the happy eyeballs helptext to a proper sentence --- src/lang/en.json | 3 ++- src/pages/EditMonitor.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 @@