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 b11127c + 08d1986 commit 0cd67b8Copy full SHA for 0cd67b8
CodeEdit/Features/AppPreferences/Sections/AccountsPreferences/AccountPreferencesView.swift
@@ -94,7 +94,7 @@ struct AccountPreferencesView: View {
94
}
95
.pickerStyle(.radioGroup)
96
97
- Text("New repositories will be cloned from Bitbucket Cloud using HTTPS.")
+ Text("New repositories will be cloned from Github using HTTPS.")
98
.lineLimit(2)
99
.font(.system(size: 11))
100
.foregroundColor(Color.secondary)
0 commit comments