fixed typo

This commit is contained in:
Fabian Triebsch 2025-06-11 15:22:42 +02:00
parent 783655b0d8
commit e11c344aa5
2 changed files with 4 additions and 4 deletions

View file

@ -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."
} }

View file

@ -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>