From 08707160528048b97556b984b2cff338580474dd Mon Sep 17 00:00:00 2001 From: spatiumstas <79056064+spatiumstas@users.noreply.github.com> Date: Wed, 23 Sep 2026 22:19:30 +0300 Subject: [PATCH] fix(i18n): extract bulk monitor format hint for translation (#2362) --- .../components/network-monitors-table/monitor-dialog.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/internal/site/src/components/network-monitors-table/monitor-dialog.tsx b/internal/site/src/components/network-monitors-table/monitor-dialog.tsx index 565c0eb8..830357ef 100644 --- a/internal/site/src/components/network-monitors-table/monitor-dialog.tsx +++ b/internal/site/src/components/network-monitors-table/monitor-dialog.tsx @@ -497,7 +497,9 @@ export function AddMonitorDialog({ systemId, monitors }: { systemId?: string; mo Bulk Add {{ foo: t`Network Monitors` }} - target[,protocol[,port[,interval]]] + + target[,protocol[,port[,interval]]] +
@@ -533,7 +535,9 @@ export function AddMonitorDialog({ systemId, monitors }: { systemId?: string; mo placeholder={["1.1.1.1", "example.com,tcp", "https://example.com,http,,60"].join("\n")} required /> -

target[,protocol[,port[,interval]]]

+

+ target[,protocol[,port[,interval]]] +