fix: migrate test latency to locales

This commit is contained in:
divocat
2025-10-07 18:26:59 +03:00
parent a8b2001cc1
commit 1bce7c0c98
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ export function renderDefaultState({
class: 'btn dashboard-sections-grid-item-test-latency', class: 'btn dashboard-sections-grid-item-test-latency',
click: () => testLatency(), click: () => testLatency(),
}, },
'Test latency', _('Test latency'),
), ),
]), ]),
E( E(

View File

@@ -1294,7 +1294,7 @@ function renderDefaultState({
class: "btn dashboard-sections-grid-item-test-latency", class: "btn dashboard-sections-grid-item-test-latency",
click: () => testLatency() click: () => testLatency()
}, },
"Test latency" _("Test latency")
) )
]), ]),
E( E(