mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix spelling of "ID", slightly reword action description (#134817)
This commit fixes the spelling of "ID" (uppercase for abbreviations) and slightly changes the action description to use third-person singular. The latter ensures proper (machine) translations, keeping a descriptive style.
This commit is contained in:
parent
2f295efb3f
commit
0a457979ec
@ -66,11 +66,11 @@
|
||||
"services": {
|
||||
"upload": {
|
||||
"name": "Upload media",
|
||||
"description": "Upload images or videos to Google Photos.",
|
||||
"description": "Uploads images or videos to Google Photos.",
|
||||
"fields": {
|
||||
"config_entry_id": {
|
||||
"name": "Integration Id",
|
||||
"description": "The Google Photos integration id."
|
||||
"name": "Integration ID",
|
||||
"description": "The Google Photos integration ID."
|
||||
},
|
||||
"filename": {
|
||||
"name": "Filename",
|
||||
|
Loading…
x
Reference in New Issue
Block a user