mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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": {
|
||||
"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_verify_ssl": "Should SSL certificartes be verified? This should be off for self-signed certificates."
|
||||
},
|
||||
@ -151,7 +151,7 @@
|
||||
}
|
||||
},
|
||||
"set_config": {
|
||||
"name": "Set Configuration",
|
||||
"name": "Set configuration",
|
||||
"description": "Sets a configuration parameter on Fully Kiosk Browser.",
|
||||
"fields": {
|
||||
"key": {
|
||||
@ -165,7 +165,7 @@
|
||||
}
|
||||
},
|
||||
"start_application": {
|
||||
"name": "Start Application",
|
||||
"name": "Start application",
|
||||
"description": "Starts an application on the device running Fully Kiosk Browser.",
|
||||
"fields": {
|
||||
"application": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user