diff --git a/frontend/src/views/Clients.vue b/frontend/src/views/Clients.vue index fdf7a43..0aae0e1 100644 --- a/frontend/src/views/Clients.vue +++ b/frontend/src/views/Clients.vue @@ -73,7 +73,7 @@ {{ $t('remained') }}: {{ HumanReadable.sizeFormat(item.volume - (item.up + item.down)) }} - {{ item.volume>0 ? HumanReadable.sizeFormat(item.up + item.down) : $t('unlimited') }} + {{ HumanReadable.sizeFormat(item.up + item.down) }}