More translation updates

This commit is contained in:
Girish Ramakrishnan
2025-11-11 21:15:15 +01:00
parent 4226654772
commit a034b70449
21 changed files with 95 additions and 88 deletions
+1 -2
View File
@@ -240,8 +240,7 @@ onMounted(async () => {
</datalist>
</FormGroup>
<br/>
<Checkbox v-model="editRecoveryMode" :label="$t('services.configure.enableRecoveryMode')" />
<div v-html="$t('services.configure.recoveryModeDescription', { docsLink: 'https://docs.cloudron.io/troubleshooting/#unresponsive-service' })"></div>
<Checkbox v-model="editRecoveryMode" :label="$t('services.configure.enableRecoveryMode')" helpUrl="https://docs.cloudron.io/troubleshooting/#unresponsive-service"/>
</Dialog>
<Section :title="$t('services.title')">