Skip to content

Commit 585fc65

Browse files
committed
Update button name
1 parent a6b3d78 commit 585fc65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Copilot for Xcode/SettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ struct SettingsView: View {
101101
}
102102
.toggleStyle(.switch)
103103

104-
Button("Enabled List") {
104+
Button("Enabled Projects") {
105105
isSuggestionFeatureEnabledListPickerOpen = true
106106
}
107107
}.sheet(isPresented: $isSuggestionFeatureEnabledListPickerOpen) {

0 commit comments

Comments
 (0)