summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-03 19:32:16 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-03 19:32:16 +0200
commit76ea12a035094b759b8a185eeb975ce9e592b768 (patch)
tree8df30c093fe2a78f5e7b215a1b16471157c5a73e
parent9c9b506aad3958e8dab872c9a4364c2b24564ea2 (diff)
Fix wording and hide feature
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r--src/components/EntityPicker/NewCircleIntro.vue20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/components/EntityPicker/NewCircleIntro.vue b/src/components/EntityPicker/NewCircleIntro.vue
index b5300e91..c9517788 100644
--- a/src/components/EntityPicker/NewCircleIntro.vue
+++ b/src/components/EntityPicker/NewCircleIntro.vue
@@ -40,15 +40,17 @@
<p> {{ t('contacts', 'Circles allow you to create groups with other users on a Nextcloud instance and share with them.') }}</p>
<br>
- <!-- Personal circle -->
- <CheckboxRadioSwitch
- :checked.sync="isPersonal"
- :disabled="loading !== false">
- {{ t('contacts', 'Personal circle') }}
- </CheckboxRadioSwitch>
- <p>
- {{ t('contacts', 'This circle will not be allowed to be added as member of another circle') }}
- </p>
+ <!-- Personal circle, TODO: IMPLEMENT -->
+ <template v-if="false">
+ <CheckboxRadioSwitch
+ :checked.sync="isPersonal"
+ :disabled="loading !== false">
+ {{ t('contacts', 'Personal circle') }}
+ </CheckboxRadioSwitch>
+ <p>
+ {{ t('contacts', 'This circle will only be visible to you. Other members will not be able to see or use it.') }}
+ </p>
+ </template>
<!-- Local circle -->
<template v-if="isGlobalScale">