mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-19 07:44:02 +02:00
fixed typo
This commit is contained in:
parent
783655b0d8
commit
e11c344aa5
2 changed files with 4 additions and 4 deletions
|
@ -1113,5 +1113,5 @@
|
||||||
"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": "Use \"{happyEyeballs}\" for determining the IP family."
|
||||||
}
|
}
|
||||||
|
|
|
@ -753,10 +753,10 @@
|
||||||
<option value="ipv4">IPv4</option>
|
<option value="ipv4">IPv4</option>
|
||||||
<option value="ipv6">IPv6</option>
|
<option value="ipv6">IPv6</option>
|
||||||
</select>
|
</select>
|
||||||
<i18n-t tag="div" class="form-text" key="ipFamilyDescriptionAutoSelect" v-if="monitor.ipFamily === 'null'">
|
<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">Happy Eyeballs</a>
|
||||||
</template
|
</template>
|
||||||
</i18n-t>
|
</i18n-t>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Reference in a new issue