We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac43b81 + 68d4979 commit 4e0b5b0Copy full SHA for 4e0b5b0
1 file changed
CodeEdit/Features/AppPreferences/Sections/AccountsPreferences/AccountPreferencesView.swift
@@ -96,7 +96,7 @@ struct AccountPreferencesView: View {
96
}
97
.pickerStyle(.radioGroup)
98
99
- Text("New repositories will be cloned from Github using HTTPS.")
+ Text("New repositories will be cloned from Github using \(cloneUsing ? "SSH" : "HTTPS").")
100
.lineLimit(2)
101
.font(.system(size: 11))
102
.foregroundColor(Color.secondary)
0 commit comments