Skip to content

Commit

Permalink
fix(spoolman): dialog title (#1354)
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
  • Loading branch information
pedrolamas committed Feb 10, 2024
1 parent 049e834 commit e800d6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/widgets/spoolman/SpoolSelectionDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
title-shadow
>
<template #title>
<span class="focus--text">$tc('app.spoolman.title.spool_selection', targetMacro ? 2 : 1, { macro: targetMacro })</span>
<span class="focus--text">
{{ $tc('app.spoolman.title.spool_selection', targetMacro ? 2 : 1, { macro: targetMacro }) }}
</span>

<v-spacer />

Expand Down

0 comments on commit e800d6e

Please sign in to comment.