Skip to content

Commit

Permalink
Simplify title of unavailable view
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinChangYang committed Jul 30, 2024
1 parent d3a99b2 commit ff97652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/KataGo iOS/KataGo iOS/GobanView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ struct GobanView: View {
}
}
} else {
ContentUnavailableView("Select a game record", systemImage: "sidebar.left")
ContentUnavailableView("Select a game", systemImage: "sidebar.left")
}
}
}

0 comments on commit ff97652

Please sign in to comment.