Skip to content

Commit

Permalink
fix: remove LocalizedStringKey using literal
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaShark committed Feb 18, 2024
1 parent b8a7b1c commit c02c803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/NewApp/View/MenuView/MainMenuCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct EasyDictMainMenu: Commands {

// Help
CommandGroup(replacing: CommandGroupPlacement.help, addition: {
Button(LocalizedStringKey("menu_feedback")) {
Button("menu_feedback") {
guard let versionURL = URL(string: "\(EZGithubRepoEasydictURL)/issues") else {
return
}
Expand Down

0 comments on commit c02c803

Please sign in to comment.