Fix update check translation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user