mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-08 12:36:50 +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',
|
class: 'btn dashboard-sections-grid-item-test-latency',
|
||||||
click: () => testLatency(),
|
click: () => testLatency(),
|
||||||
},
|
},
|
||||||
'Test latency',
|
_('Test latency'),
|
||||||
),
|
),
|
||||||
]),
|
]),
|
||||||
E(
|
E(
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user