fix(web): translation leftovers (#11412)

fix: new album
This commit is contained in:
waclaw66 2024-07-28 22:43:25 +02:00 committed by GitHub
parent 827136fc8b
commit a321db9f48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -86,7 +86,8 @@
<Icon path={mdiPlus} size="30" />
</div>
<p class="">
New Album {#if search.length > 0}<b>{search}</b>{/if}
{$t('new_album')}
{#if search.length > 0}<b>{search}</b>{/if}
</p>
</button>
{#if filteredAlbums.length > 0}