Skip to content

Commit 6e5ea86

Browse files
committed
strings
1 parent ddb5d82 commit 6e5ea86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

homeassistant/components/ntfy/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
"message": "Delayed call notifications are not supported"
293293
},
294294
"too_many_actions": {
295-
"message": "Too many actions defined. Only 3 allowed"
295+
"message": "Too many actions defined. A maximum of 3 is supported"
296296
}
297297
},
298298
"services": {

tests/components/ntfy/test_services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ async def test_send_message_exception(
196196
{"action": "broadcast", "label": "4"},
197197
],
198198
},
199-
"Too many actions defined. Only 3 allowed",
199+
"Too many actions defined. A maximum of 3 is supported",
200200
),
201201
],
202202
)

0 commit comments

Comments
 (0)