summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-06-04 11:42:07 +0200
committerGitHub <noreply@github.com>2021-06-04 11:42:07 +0200
commitc6cff5d56e04fb06aae323f03bd38e196b9be7f6 (patch)
tree51e980c1cd2f0d9f2f1954d638c5a85732708ac6 /src
parent9599cfb8407ebf46c87cc0d6c9e7ec0197d40ee1 (diff)
parent76ea12a035094b759b8a185eeb975ce9e592b768 (diff)
Merge pull request #2247 from nextcloud/feat/personal-circle
Fix personal circle wording and hide feature
Diffstat (limited to 'src')
-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">