Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1131,8 +1131,8 @@ public enum Setting {
USER_OAUTH_APPLICATIONS(Boolean.class),

/**
* When set to false disable the You won’t be able to pull or push project code
* via SSH warning shown to users with no uploaded SSH key.
* When set to false disable the "You won’t be able to pull or push project code
* via SSH" warning shown to users with no uploaded SSH key.
*/
USER_SHOW_ADD_SSH_KEY_MESSAGE(Boolean.class),

Expand Down
Loading