Skip to content

Commit

Permalink
Merge pull request #8 from cscott/localize-rfid
Browse files Browse the repository at this point in the history
Localize title of RFID box
  • Loading branch information
jeremypoulter authored Sep 12, 2023
2 parents 97e40e0 + 880d906 commit e05134b
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 e05134b

Please sign in to comment.