diff --git a/src/views/Settings.vue b/src/views/Settings.vue index bbb0e8b4..0828f5af 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -36,8 +36,20 @@ name="visibility" :options="{ public: 'Public', private: 'Private', internal: 'Internal'}"/> - - Provides the repository visibility level. + +

+ Public + - If Enabled, visible by anyone. +

+

+ Private + - If Enabled, visible by anyone with access. +

+

+ Internal + - If Enabled, visible by any authenticated user. +

+