Skip to content

Commit

Permalink
Localize title of RFID box
Browse files Browse the repository at this point in the history
  • Loading branch information
cscott committed Sep 8, 2023
1 parent 97e40e0 commit 880d906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blocks/configuration/Rfid.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
</style>
{#if mounted}
<Box title="RFID" icon="bx:rfid" back={true}>
<Box title={$_("config.titles.rfid")} icon="bx:rfid" back={true}>

<div class="pb-1 is-flex is-align-items-center is-justify-content-center">
<Borders classes={$config_store.rfid_enabled?"has-background-primary-light":"has-background-light"}>
Expand Down

0 comments on commit 880d906

Please sign in to comment.