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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 22 additions and 16 deletions

View file

@ -58,7 +58,7 @@
showBuyButton = getButtonVisibility();
showMessage = false;
} catch (error) {
handleError(error, 'Error hiding buy button');
handleError(error, $t('errors.error_hiding_buy_button'));
}
};
@ -89,7 +89,7 @@
<div class="h-6 w-6">
<ImmichLogo noText />
</div>
<p class="dark:text-gray-100">Supporter</p>
<p class="dark:text-gray-100">{$t('purchase_account_info')}</p>
</div>
</button>
{:else if !$isPurchased && showBuyButton}