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.
1 parent 4e0b5b0 commit 78bf33eCopy full SHA for 78bf33e
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 \(cloneUsing ? "SSH" : "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