mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +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": {
|
"services": {
|
||||||
"upload": {
|
"upload": {
|
||||||
"name": "Upload media",
|
"name": "Upload media",
|
||||||
"description": "Upload images or videos to Google Photos.",
|
"description": "Uploads images or videos to Google Photos.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"config_entry_id": {
|
"config_entry_id": {
|
||||||
"name": "Integration Id",
|
"name": "Integration ID",
|
||||||
"description": "The Google Photos integration id."
|
"description": "The Google Photos integration ID."
|
||||||
},
|
},
|
||||||
"filename": {
|
"filename": {
|
||||||
"name": "Filename",
|
"name": "Filename",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user