Skip to content

Commit

Permalink
Merge pull request #17 from stan23/patch-1
Browse files Browse the repository at this point in the history
change 'Telegram' to 'Pushover' in Blockly tooltip
  • Loading branch information
GermanBluefox authored Feb 9, 2020
2 parents a151c96 + a4592ad commit f19b163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/blockly.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Blockly.Words['pushover_log_warn'] = {'en': 'warning',
Blockly.Words['pushover_log_error'] = {'en': 'error', 'de': 'error', 'ru': 'ошибка'};

Blockly.Words['pushover_anyInstance'] = {'en': 'all instances', 'de': 'Alle Instanzen', 'ru': 'На все драйвера'};
Blockly.Words['pushover_tooltip'] = {'en': 'Send message to pushover', 'de': 'Sende eine Meldung über Telegram', 'ru': 'Послать сообщение через Pushover'};
Blockly.Words['pushover_tooltip'] = {'en': 'Send message to pushover', 'de': 'Sende eine Meldung über Pushover', 'ru': 'Послать сообщение через Pushover'};
Blockly.Words['pushover_help'] = {'en': 'https://github.com/ioBroker/ioBroker.pushover/blob/master/README.md', 'de': 'https://github.com/ioBroker/ioBroker.pushover/blob/master/README.md', 'ru': 'https://github.com/ioBroker/ioBroker.pushover/blob/master/README.md'};

Blockly.Sendto.blocks['pushover'] =
Expand Down

0 comments on commit f19b163

Please sign in to comment.