mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 13:18:27 +02:00
Update translations
This commit is contained in:
@@ -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'),
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user