Skip to content

Commit

Permalink
Slightly reword action descriptions for better translations
Browse files Browse the repository at this point in the history
Currently only one of the action descriptions in the Teslemetry integration uses the descriptive form of third person plural.

This commit changes the remaining descriptions to adopt the same language and changes "the" to "a" as the actual action target is defined below that in the UI.
  • Loading branch information
NoRi2909 authored Jan 11, 2025
1 parent 4cf7a51 commit 8f9ab67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions homeassistant/components/teslemetry/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@
},
"services": {
"navigation_gps_request": {
"description": "Set vehicle navigation to the provided latitude/longitude coordinates.",
"description": "Sets vehicle navigation to the provided latitude/longitude coordinates.",
"fields": {
"device_id": {
"description": "Vehicle to share to.",
Expand Down Expand Up @@ -646,7 +646,7 @@
"name": "Set scheduled charging"
},
"set_scheduled_departure": {
"description": "Sets a time at which departure should be completed.",
"description": "Sets the departure time for a vehicle to schedule charging and preconditioning.",
"fields": {
"departure_time": {
"description": "Time to be preconditioned by.",
Expand Down Expand Up @@ -684,7 +684,7 @@
"name": "Set scheduled departure"
},
"speed_limit": {
"description": "Activate the speed limit of the vehicle.",
"description": "Activates the speed limit of a vehicle.",
"fields": {
"device_id": {
"description": "Vehicle to limit.",
Expand All @@ -702,7 +702,7 @@
"name": "Set speed limit"
},
"time_of_use": {
"description": "Update the time of use settings for the energy site.",
"description": "Updates the time of use settings for an energy site.",
"fields": {
"device_id": {
"description": "Energy Site to configure.",
Expand All @@ -716,7 +716,7 @@
"name": "Time of use settings"
},
"valet_mode": {
"description": "Activate the valet mode of the vehicle.",
"description": "Activates the valet mode of a vehicle.",
"fields": {
"device_id": {
"description": "Vehicle to limit.",
Expand Down

0 comments on commit 8f9ab67

Please sign in to comment.