Skip to content

Commit

Permalink
Fix calendar translation strings (home-assistant#131160)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRi2909 authored Nov 21, 2024
1 parent c0396a1 commit 88b54bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/calendar/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@
},
"end_date_time": {
"name": "End time",
"description": "Returns active events before this time (exclusive). Cannot be used with 'duration'."
"description": "Returns active events before this time (exclusive). Cannot be used with Duration."
},
"duration": {
"name": "Duration",
"description": "Returns active events from start_date_time until the specified duration."
"description": "Returns active events from Start time for the specified duration."
}
}
}
Expand Down

0 comments on commit 88b54bb

Please sign in to comment.