Skip to content

Commit

Permalink
feat(ui): display localized printer state in printer status card (#563)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathis Mensing <[email protected]>
  • Loading branch information
matmen authored Mar 6, 2022
1 parent debb6b0 commit 1d58769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/status/PrinterStatusCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<v-icon left>
$printer3d
</v-icon>
{{ printerState }}
{{ $t('app.printer.state.' + printerState) || printerState }}
</v-tab>
<v-tab
v-if="supportsHistoryComponent"
Expand Down

0 comments on commit 1d58769

Please sign in to comment.