Skip to content

Commit

Permalink
Do small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStefanH committed Jul 18, 2023
1 parent 9d15757 commit 64580a3
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 @@ -31,7 +31,7 @@ Blockly.Words['pushover_normal'] = {'en': 'default',
Blockly.Words['pushover_high'] = {'en': 'high priority', 'de': 'Hohe Priorität', 'ru': 'приоритетное'};
Blockly.Words['pushover_quiet'] = {'en': 'quiet', 'de': 'Leise', 'ru': 'тихое'};
Blockly.Words['pushover_confirmation'] = {'en': 'with confirmation', 'de': 'Mit Bestätigung', 'ru': 'с подтверждением'};
Blockly.Words['pushover_ttl'] = {'en': 'TTL in seconds (optional)', 'de': 'Dauer in Sekunden (optional', 'ru': 'время жить (не обяз.)'};
Blockly.Words['pushover_ttl'] = {'en': 'TTL in seconds (optional)', 'de': 'Dauer in Sekunden (optional)', 'ru': 'время жить (не обяз.)'};

Blockly.Words['pushover_sound_default'] = {'en': 'default', 'de': 'normal', 'ru': 'по умолчанию'};
Blockly.Words['pushover_sound_pushover'] = {'en': 'pushover', 'de': 'pushover', 'ru': 'pushover'};
Expand Down

0 comments on commit 64580a3

Please sign in to comment.