Speed
This commit is contained in:
parent
afa929b2a2
commit
3eacd6f07b
@ -181,7 +181,7 @@ export const Stats = (props: {
|
|||||||
<td>{props.appState.collaborators.size}</td>
|
<td>{props.appState.collaborators.size}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{t("stats.networkSpeed")}</td>
|
<td>{t("stats.speed")}</td>
|
||||||
<td>{props.appState.networkSpeed}</td>
|
<td>{props.appState.networkSpeed}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</>
|
</>
|
||||||
|
@ -232,9 +232,9 @@
|
|||||||
"element": "Element",
|
"element": "Element",
|
||||||
"elements": "Elements",
|
"elements": "Elements",
|
||||||
"height": "Height",
|
"height": "Height",
|
||||||
"networkSpeed": "Network speed",
|
|
||||||
"scene": "Scene",
|
"scene": "Scene",
|
||||||
"selected": "Selected",
|
"selected": "Selected",
|
||||||
|
"speed": "Speed",
|
||||||
"storage": "Storage",
|
"storage": "Storage",
|
||||||
"title": "Stats for nerds",
|
"title": "Stats for nerds",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user