Skip to content

Commit 78bf33e

Browse files
authored
Update AccountPreferencesView.swift
1 parent 4e0b5b0 commit 78bf33e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeEdit/Features/AppPreferences/Sections/AccountsPreferences/AccountPreferencesView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ struct AccountPreferencesView: View {
9696
}
9797
.pickerStyle(.radioGroup)
9898

99-
Text("New repositories will be cloned from Github using \(cloneUsing ? "SSH" : "HTTPS").")
99+
Text("New repositories will be cloned from GitHub using \(cloneUsing ? "SSH" : "HTTPS").")
100100
.lineLimit(2)
101101
.font(.system(size: 11))
102102
.foregroundColor(Color.secondary)

0 commit comments

Comments
 (0)