mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Merge pull request #248 from duffpod/patch-1
Fixed wrong localization key for Github Repo in AboutView
This commit is contained in:
commit
b240d0f77b
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue