mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
fix: connection status #482
This commit is contained in:
parent
e352de0643
commit
e047467104
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<span>{{ status || $t('unknown') }}</span>
|
||||
<span>{{ (status || $t('unknown')) | titleCase }}</span>
|
||||
</v-tooltip>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
</v-tooltip>
|
||||
</v-col>
|
||||
<v-col>
|
||||
<connection-status :status="connectionStatus | titleCase" />
|
||||
<connection-status :status="connectionStatus" />
|
||||
</v-col>
|
||||
<v-col>
|
||||
<v-tooltip top>
|
||||
|
|
Loading…
Add table
Reference in a new issue