mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
parent
827136fc8b
commit
a321db9f48
2 changed files with 3 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue