Skip to content

Commit 0de39f3

Browse files
committed
fix(ui): outbounds page for icmptest validation error
1 parent 448cede commit 0de39f3

3 files changed

Lines changed: 269 additions & 182 deletions

File tree

frontend/src/i18n/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@ export const enTranslation = {
823823
"Configure strict ICMP echo checks. Each candidate must have its own literal IPv4 or IPv6 target.",
824824
targetHint:
825825
"Literal IPv4 or IPv6 address pinged through this outbound.",
826+
targetLabel: "Ping target for {{outbound}}",
826827
targetsEmpty:
827828
"Add candidates to an outbound group to configure their targets.",
828829
count: "Packets per run",

frontend/src/i18n/ru.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,7 @@ export const ruTranslation = {
843843
"Настройте строгие ICMP echo-проверки. Для каждого кандидата нужен отдельный IPv4- или IPv6-адрес.",
844844
targetHint:
845845
"IPv4- или IPv6-адрес, который пингуется через этот outbound.",
846+
targetLabel: "Цель ping для {{outbound}}",
846847
targetsEmpty:
847848
"Добавьте кандидатов в группу outbound, чтобы настроить их цели.",
848849
count: "Пакетов за проверку",

0 commit comments

Comments
 (0)