mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Fix missing sentence-casing in three Fully Kiosk Browser strings (#139705)
Fix missing sentence-casing in Fully Kiosk Browser strings
This commit is contained in:
parent
aaecb47125
commit
229407d685
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"common": {
|
"common": {
|
||||||
"data_description_password": "The Remote Admin Password from the Fully Kiosk Browser app settings.",
|
"data_description_password": "The Remote Admin password from the Fully Kiosk Browser app settings.",
|
||||||
"data_description_ssl": "Is the Fully Kiosk app configured to require SSL for the connection?",
|
"data_description_ssl": "Is the Fully Kiosk app configured to require SSL for the connection?",
|
||||||
"data_description_verify_ssl": "Should SSL certificartes be verified? This should be off for self-signed certificates."
|
"data_description_verify_ssl": "Should SSL certificartes be verified? This should be off for self-signed certificates."
|
||||||
},
|
},
|
||||||
@ -151,7 +151,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"set_config": {
|
"set_config": {
|
||||||
"name": "Set Configuration",
|
"name": "Set configuration",
|
||||||
"description": "Sets a configuration parameter on Fully Kiosk Browser.",
|
"description": "Sets a configuration parameter on Fully Kiosk Browser.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"key": {
|
"key": {
|
||||||
@ -165,7 +165,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"start_application": {
|
"start_application": {
|
||||||
"name": "Start Application",
|
"name": "Start application",
|
||||||
"description": "Starts an application on the device running Fully Kiosk Browser.",
|
"description": "Starts an application on the device running Fully Kiosk Browser.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"application": {
|
"application": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user