diff --git a/pages/[type]/[id]/settings/index.vue b/pages/[type]/[id]/settings/index.vue index 65b58a7c2..3653d60ac 100644 --- a/pages/[type]/[id]/settings/index.vue +++ b/pages/[type]/[id]/settings/index.vue @@ -148,9 +148,41 @@ Visibility - Set the visibility of your project. Listed and archived projects are visible in search. - Unlisted projects are published, but not visible in search or on user profiles. Private - projects are only accessible by members of the project. + Listed and archived projects are visible in search. Unlisted projects are published, but + not visible in search or on user profiles. Private projects are only accessible by + members of the project. + + + + + {{ hasModifiedVisibility() ? 'Will be v' : 'V' }}isible in search + + + + + {{ hasModifiedVisibility() ? 'Will be v' : 'V' }}isible on profile + + + + + {{ hasModifiedVisibility() ? 'Will be v' : 'V' }}isible via URL + +