Fixed wrong localization key for Github Repo in AboutView

This commit is contained in:
Paul Semionov 2022-06-09 23:03:03 +03:00 committed by GitHub
parent 5fa3152918
commit 3213b3ef33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ struct AboutView: View {
Button(action: {
openURL(URL(string: "https://github.com/RobotsAndPencils/XcodesApp/")!)
}) {
Label("GitHubRepo", systemImage: "link")
Label("GithubRepo", systemImage: "link")
}
.buttonStyle(LinkButtonStyle())