Skip to content

Commit 08d1986

Browse files
committed
quick typo fix. "Bitbucket Cloud" should be "Github".
1 parent b11127c commit 08d1986

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)