title fix + new translation keys

This commit is contained in:
Jannik Streidl 2024-03-14 20:30:30 +01:00
parent e99ab95987
commit a65d042c73
5 changed files with 9 additions and 4 deletions

View file

@ -62,7 +62,7 @@
? $i18n.t('Checking for updates...')
: updateAvailable
? `(v${version.latest} ${$i18n.t('available!')})`
: '(latest)'}
: $i18n.t('(latest)')}
</a>
</div>