Fixed some typos
This commit is contained in:
@ -762,17 +762,17 @@ script:
|
|||||||
|
|
||||||
{% macro lightning_alert() %}
|
{% macro lightning_alert() %}
|
||||||
{{ [
|
{{ [
|
||||||
'I have detected lightning withing 20 miles of our house.',
|
'I have detected lightning within 20 miles of our house.',
|
||||||
'Did you see that flash? I did. Lightning is near.',
|
'Did you see that flash? I did. Lightning is near.',
|
||||||
'If you didnt hear the thunder you will soon. '
|
'If you didnt hear the thunder you will soon. '
|
||||||
]|random }}
|
]|random }}
|
||||||
If anyone is outside they shoudld seek shelter inside.
|
If anyone is outside they should seek shelter inside.
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
{% macro lightning_clear() %}
|
{% macro lightning_clear() %}
|
||||||
{{ [
|
{{ [
|
||||||
'Lightning threat appears to be over.',
|
'Lightning threat appears to be over.',
|
||||||
'No more lightning appears to be occuring.',
|
'No more lightning appears to be occurring.',
|
||||||
'Lightning is gone.'
|
'Lightning is gone.'
|
||||||
]|random }}
|
]|random }}
|
||||||
It is safe to resume normal activities.
|
It is safe to resume normal activities.
|
||||||
|
Reference in New Issue
Block a user