Remove excessive newlines from envisalink strings (#136194)

Remove excessive newline codes from user-facing strings

Delete two occurrences of `\n.` from the strings.json file.
This commit is contained in:
Norbert Rittel 2025-01-21 22:35:45 +01:00 committed by GitHub
parent b9537466fd
commit 6130c2f676
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,11 +16,11 @@
},
"invoke_custom_function": {
"name": "Invoke custom function",
"description": "Allows users with DSC panels to trigger a PGM output (1-4). Note that you need to specify the alarm panel's \"code\" parameter for this to work.\n.",
"description": "Allows users with DSC panels to trigger a PGM output (1-4). Note that you need to specify the alarm panel's \"code\" parameter for this to work.",
"fields": {
"partition": {
"name": "Partition",
"description": "The alarm panel partition to trigger the PGM output on. Typically this is just \"1\".\n."
"description": "The alarm panel partition to trigger the PGM output on. Typically this is just \"1\"."
},
"pgm": {
"name": "PGM",