Skip to content

Commit

Permalink
Update localization
Browse files Browse the repository at this point in the history
  • Loading branch information
milanvarady committed Jan 8, 2025
1 parent 0fd4bd4 commit 6c43d65
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 348 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extension DownloadView {
var sortingOptions: some ToolbarContent {
ToolbarItem {
Menu {
Picker("Sort by", selection: $sortBy) {
Picker("Sort By", selection: $sortBy) {
ForEach(SortingOptions.allCases) { option in
Text(option.description)
.tag(option)
Expand Down
Loading

0 comments on commit 6c43d65

Please sign in to comment.