mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
fix(web): slideshow settings title (#11396)
This commit is contained in:
parent
3330885bcc
commit
909bd43e65
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
buttonSize="50"
|
||||
icon={mdiCog}
|
||||
on:click={() => (showSettings = !showSettings)}
|
||||
title={$t('next')}
|
||||
title={$t('slideshow_settings')}
|
||||
/>
|
||||
{#if !isFullScreen}
|
||||
<CircleIconButton
|
||||
|
|
Loading…
Reference in a new issue