mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Fix swapped plural and singular match use in and condition (#22815)
* Fix swapped plural and singular match * Test if => if
This commit is contained in:
parent
b918862bb1
commit
17982e0bdc
@ -3242,7 +3242,7 @@
|
|||||||
"description": {
|
"description": {
|
||||||
"picker": "Test if multiple conditions are true.",
|
"picker": "Test if multiple conditions are true.",
|
||||||
"no_conditions": "If multiple conditions match",
|
"no_conditions": "If multiple conditions match",
|
||||||
"full": "If {count} {count, plural,\n one {condition match}\n other {conditions matches}\n}"
|
"full": "If {count} {count, plural,\n one {condition matches}\n other {conditions match}\n}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"device": {
|
"device": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user