Fix update check translation

This commit is contained in:
Girish Ramakrishnan
2026-02-25 15:24:10 +01:00
parent e97f9b47d7
commit 86a49c6223
4 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ onMounted(async () => {
<div v-if="app.appStoreId || app.versionsUrl">
<label>{{ $t('app.updatesTabTitle') }}</label>
<div v-html="$t('app.updates.updates.description', { appStoreLink: 'https://www.cloudron.io/store/index.html' })"></div>
<div>{{ $t('app.updates.updates.description') }}</div>
</div>
<br/>
<Button v-if="app.appStoreId || app.versionsUrl" @click="onCheck()" :disabled="busyCheck" :loading="busyCheck">{{ $t('settings.updates.checkForUpdatesAction') }}</Button>