diff --git a/public/locales/de.json b/public/locales/de.json index 358976a..36b7830 100644 --- a/public/locales/de.json +++ b/public/locales/de.json @@ -773,6 +773,8 @@ "tabSyncCalendar": "Kalender", "tabSyncContacts": "Kontakte", "sectionContactSync": "Kontakt-Synchronisation", + "sectionOpenStandards": "CalDAV & CardDAV", + "sectionCloudServices": "Cloud-Dienste", "cardavTitle": "CardDAV Kontakte", "tabFamily": "Familie", "tabApiTokens": "API-Tokens", diff --git a/public/pages/settings.js b/public/pages/settings.js index 900c2f7..eb52b6f 100644 --- a/public/pages/settings.js +++ b/public/pages/settings.js @@ -456,9 +456,85 @@ export async function render(container, { user }) {
${t('settings.caldavDescription')}
+ + + + + ${user?.role === 'admin' ? ` + + ` : ''} +${t('settings.cardavDescription')}
+ + + + + ${user?.role === 'admin' ? ` + + ` : ''} +${t('settings.caldavDescription')}
- - - - - ${user?.role === 'admin' ? ` - - ` : ''} -${t('settings.cardavDescription')}
- - - - - ${user?.role === 'admin' ? ` - - ` : ''} -