fix(web): buy immich translations (#11379)

This commit is contained in:
Michel Heusschen
2024-07-26 20:41:59 +02:00
committed by GitHub
parent 04340b3a62
commit ce15cf6065
4 changed files with 22 additions and 16 deletions

View File

@@ -25,6 +25,6 @@
</div>
<div class="mt-6 w-full">
<Button fullwidth on:click={onDone}>OK</Button>
<Button fullwidth on:click={onDone}>{$t('ok')}</Button>
</div>
</div>