Skip to content

Commit 4ff813e

Browse files
committed
Fixed translation
1 parent 00692f6 commit 4ff813e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

custom_components/retry/strings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,13 @@
134134
"name": "Validation",
135135
"description": "Special template with square brackets instead of curly brackets for validating success."
136136
},
137+
"state_delay": {
138+
"name": "State Delay Period",
139+
"description": "Delay period (seconds) before initial expected state and validation (default is 0)."
140+
},
137141
"state_grace": {
138142
"name": "State Grace Period",
139-
"description": "Grace period (seconds) for expected state and validation (default is 0.2)."
143+
"description": "Grace period (seconds) before final expected state and validation (default is 0.2)."
140144
},
141145
"on_error": {
142146
"name": "On Error",

custom_components/retry/translations/en.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,13 @@
134134
"name": "Validation",
135135
"description": "Special template with square brackets instead of curly brackets for validating success."
136136
},
137+
"state_delay": {
138+
"name": "State Delay Period",
139+
"description": "Delay period (seconds) before initial expected state and validation (default is 0)."
140+
},
137141
"state_grace": {
138142
"name": "State Grace Period",
139-
"description": "Grace period (seconds) for expected state and validation (default is 0.2)."
143+
"description": "Grace period (seconds) before final expected state and validation (default is 0.2)."
140144
},
141145
"on_error": {
142146
"name": "On Error",

0 commit comments

Comments
 (0)