fix: connection status #482

This commit is contained in:
Daan Wijns 2022-09-10 15:50:02 +02:00
parent e352de0643
commit e047467104
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
</div>
</template>
<span>{{ status || $t('unknown') }}</span>
<span>{{ (status || $t('unknown')) | titleCase }}</span>
</v-tooltip>
</template>

View file

@ -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>