mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-18 23:34:04 +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",
|
||||
"Disable URL in Notification": "Disable URL in Notification",
|
||||
"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="ipv6">IPv6</option>
|
||||
</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>
|
||||
<a href="https://en.wikipedia.org/wiki/Happy_Eyeballs" target="_blank">"Happy Eyeballs"</a>
|
||||
</template
|
||||
<a href="https://en.wikipedia.org/wiki/Happy_Eyeballs" target="_blank">Happy Eyeballs</a>
|
||||
</template>
|
||||
</i18n-t>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue