Skip to content

Commit a7b3f78

Browse files
committed
clean up localizable strings
1 parent 2e2b16e commit a7b3f78

2 files changed

Lines changed: 464 additions & 11 deletions

File tree

Xcodes/Frontend/XcodeList/XcodeListViewRow.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ struct XcodeListViewRow: View {
2929
Image(systemName: "m4.button.horizontal")
3030
.font(.subheadline)
3131
.foregroundColor(.secondary)
32-
.accessibility(label: Text("AppleSilicon"))
33-
.help("AppleSilicon.help")
32+
.accessibility(label: Text("Apple Silicon"))
33+
.help("Apple Silicon")
3434
}
3535
}
3636

0 commit comments

Comments
 (0)