diff --git a/src/components/PersonalSettings.vue b/src/components/PersonalSettings.vue index 80faf6e..f5ddc0b 100644 --- a/src/components/PersonalSettings.vue +++ b/src/components/PersonalSettings.vue @@ -34,7 +34,7 @@ {{ t('integration_github', 'You can manually provide a personal access token or connect via OAuth ') }} - {{ t('integration_github', 'When you create a personal access token yourself, give it at least "read:user", "user:email" and "notifications" permissions.') }} + {{ t('integration_github', 'When you create a personal access token yourself, give it at least "read:user", "user:email" and "notifications" permissions. To also preview private repository links, add the "repo" scope.') }} {{ t('integration_github', 'GitHub personal access tokens') }}