Skip to content

Commit

Permalink
fix: 国际化相关缺漏 TencentBlueKing#2585
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Nov 6, 2023
1 parent 33a5036 commit a17c0a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
v-if="item.name === 'ipv4'"
:key="`ip_${item.name}`"
v-bk-tooltips="{
content: 'IP 与 IPv6 至少需保留一个',
content: $t('history.IP 与 IPv6 至少需保留一个'),
disabled: tempAllShowColumn.includes('ipv6'),
}"
class="select-column">
Expand All @@ -71,7 +71,7 @@
v-else-if="item.name === 'ipv6'"
:key="`ipv6_${item.name}`"
v-bk-tooltips="{
content: 'IP 与 IPv6 至少需保留一个',
content: $t('history.IP 与 IPv6 至少需保留一个'),
disabled: tempAllShowColumn.includes('ipv4'),
}"
class="select-column">
Expand Down

0 comments on commit a17c0a0

Please sign in to comment.