Fix calendar translation strings (#131160)

This commit is contained in:
Norbert Rittel 2024-11-21 21:36:06 +01:00 committed by GitHub
parent c0396a1268
commit 88b54bbaf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
}
}
}