diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue index e35d6977..e26ed5dc 100644 --- a/src/components/AdminSettings.vue +++ b/src/components/AdminSettings.vue @@ -56,11 +56,13 @@ @input="onInput" @focus="readonly = false"> - - {{ t('integration_google', 'Use a pop-up to authenticate') }} - +
+ + {{ t('integration_google', 'Use a pop-up to authenticate') }} + +
@@ -76,7 +78,7 @@ import { generateUrl } from '@nextcloud/router' import axios from '@nextcloud/axios' import { delay } from '../utils.js' import { showSuccess, showError } from '@nextcloud/dialogs' -import NcCheckboxRadioSwitch from '@nextcloud/vue/components/NcCheckboxRadioSwitch' +import NcFormSwitch from '@nextcloud/vue/components/NcFormBoxSwitch' import { confirmPassword } from '@nextcloud/password-confirmation' export default { @@ -84,7 +86,7 @@ export default { components: { GoogleIcon, - NcCheckboxRadioSwitch, + NcFormSwitch, KeyOutlineIcon, InformationOutlineIcon, }, diff --git a/src/components/PersonalSettings.vue b/src/components/PersonalSettings.vue index f2701fbe..1b16bfa4 100644 --- a/src/components/PersonalSettings.vue +++ b/src/components/PersonalSettings.vue @@ -32,11 +32,11 @@ id="google-contacts">

{{ t('integration_google', 'Contacts') }}

- {{ t('integration_google', 'Include other contacts') }} - +

{{ t('integration_google', 'Calendars') }}

- {{ t('integration_google', 'Import all events including Birthdays') }} - +