Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelacaron committed Nov 25, 2023
1 parent 9b0385c commit 4dca743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Basic-Car-Maintenance/Shared/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -4283,7 +4283,7 @@
}
},
"Update" : {
"comment" : "Label for submit button on form to add an entry",
"comment" : "Label for submit button on form to update an existing entry",
"localizations" : {
"be" : {
"stringUnit" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ struct EditOdometerReadingView: View {
updateTapped(reading)
} label: {
Text("Update",
comment: "Label for submit button on form to add an entry")
comment: "Label for submit button on form to update an existing entry")
}
.disabled(distance < 0)
}
Expand Down

0 comments on commit 4dca743

Please sign in to comment.