mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-19 07:44:02 +02:00
Change the happy eyeballs helptext to a proper sentence
This commit is contained in:
parent
e11c344aa5
commit
d51fc79bd3
2 changed files with 3 additions and 2 deletions
|
@ -1113,5 +1113,6 @@
|
||||||
"smsplanetNeedToApproveName": "Needs to be approved in the client panel",
|
"smsplanetNeedToApproveName": "Needs to be approved in the client panel",
|
||||||
"Disable URL in Notification": "Disable URL in Notification",
|
"Disable URL in Notification": "Disable URL in Notification",
|
||||||
"Ip Family": "IP Family",
|
"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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -755,7 +755,7 @@
|
||||||
</select>
|
</select>
|
||||||
<i18n-t v-if="monitor.ipFamily == null" keypath="ipFamilyDescriptionAutoSelect" tag="div" class="form-text">
|
<i18n-t v-if="monitor.ipFamily == null" keypath="ipFamilyDescriptionAutoSelect" tag="div" class="form-text">
|
||||||
<template #happyEyeballs>
|
<template #happyEyeballs>
|
||||||
<a href="https://en.wikipedia.org/wiki/Happy_Eyeballs" target="_blank">Happy Eyeballs</a>
|
<a href="https://en.wikipedia.org/wiki/Happy_Eyeballs" target="_blank">{{ $t("Happy Eyeballs algorithm") }}</a>
|
||||||
</template>
|
</template>
|
||||||
</i18n-t>
|
</i18n-t>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue