We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb5d82 commit 6e5ea86Copy full SHA for 6e5ea86
homeassistant/components/ntfy/strings.json
@@ -292,7 +292,7 @@
292
"message": "Delayed call notifications are not supported"
293
},
294
"too_many_actions": {
295
- "message": "Too many actions defined. Only 3 allowed"
+ "message": "Too many actions defined. A maximum of 3 is supported"
296
}
297
298
"services": {
tests/components/ntfy/test_services.py
@@ -196,7 +196,7 @@ async def test_send_message_exception(
196
{"action": "broadcast", "label": "4"},
197
],
198
199
- "Too many actions defined. Only 3 allowed",
+ "Too many actions defined. A maximum of 3 is supported",
200
),
201
202
)
0 commit comments