Skip to content

Commit 68d4979

Browse files
authored
Updated clone label
I updated the label to display the correct clone source. Instead of always displaying HTTPS, it will now display the correct provider.
1 parent ac43b81 commit 68d4979

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 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)