Update translations

This commit is contained in:
redphx
2024-10-07 21:21:37 +07:00
parent 3a91210ba7
commit 336a965653
3 changed files with 8 additions and 5 deletions

View File

@@ -58,11 +58,11 @@ export class StreamStats {
$element: CE('span'),
},
[StreamStat.DOWNLOAD]: {
name: t('download'),
name: t('downloaded'),
$element: CE('span'),
},
[StreamStat.UPLOAD]: {
name: t('upload'),
name: t('uploaded'),
$element: CE('span'),
},
};