Skip to content

Commit 0cd67b8

Browse files
authored
Merge pull request #958 from ben-p-commits/bitbucket-typo
quick typo fix. "Bitbucket Cloud" should be "Github".
2 parents b11127c + 08d1986 commit 0cd67b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

97-
Text("New repositories will be cloned from Bitbucket Cloud using HTTPS.")
97+
Text("New repositories will be cloned from Github using HTTPS.")
9898
.lineLimit(2)
9999
.font(.system(size: 11))
100100
.foregroundColor(Color.secondary)

0 commit comments

Comments
 (0)