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}

View File

@ -812,6 +812,7 @@
"name": "Name",
"name_or_nickname": "Name or nickname",
"never": "Never",
"new_album": "New Album",
"new_api_key": "New API Key",
"new_password": "New password",
"new_person": "New person",