Skip to content

Commit 3def4d5

Browse files
authored
[pushover] Fix typo in i18n for thing action output (openhab#17678)
Signed-off-by: Laurent Garnier <[email protected]>
1 parent e163410 commit 3def4d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/org.openhab.binding.pushover/src/main/resources/OH-INF/i18n/pushover.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ error.skip-sending-message = Skip sending the message: {0}.
4444

4545
cancelPriorityMessageActionLabel = cancel a priority message
4646
cancelPriorityMessageActionDescription = This method is used to cancel a priority message.
47-
cancelPriorityMessageActionOnputLabel = Cancelled
48-
cancelPriorityMessageActionOnputDescription = true, if message has been cancelled successfully.
47+
cancelPriorityMessageActionOutputLabel = Cancelled
48+
cancelPriorityMessageActionOutputDescription = true, if message has been cancelled successfully.
4949
cancelPriorityMessageActionInputReceiptLabel = Receipt
5050
cancelPriorityMessageActionInputReceiptDescription = Receipt of the message to be canceled.
5151
sendAttachmentMessageActionLabel = send a plain text message with an attachment

0 commit comments

Comments
 (0)