mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 19:46:52 +03:00
fix: migrate test latency to locales
This commit is contained in:
@@ -101,7 +101,7 @@ export function renderDefaultState({
|
||||
class: 'btn dashboard-sections-grid-item-test-latency',
|
||||
click: () => testLatency(),
|
||||
},
|
||||
'Test latency',
|
||||
_('Test latency'),
|
||||
),
|
||||
]),
|
||||
E(
|
||||
|
||||
@@ -1294,7 +1294,7 @@ function renderDefaultState({
|
||||
class: "btn dashboard-sections-grid-item-test-latency",
|
||||
click: () => testLatency()
|
||||
},
|
||||
"Test latency"
|
||||
_("Test latency")
|
||||
)
|
||||
]),
|
||||
E(
|
||||
|
||||
Reference in New Issue
Block a user