diff --git a/Whatsapp_Chat_Exporter/whatsapp.html b/Whatsapp_Chat_Exporter/whatsapp.html index 69ec3db..48c4ae6 100644 --- a/Whatsapp_Chat_Exporter/whatsapp.html +++ b/Whatsapp_Chat_Exporter/whatsapp.html @@ -93,7 +93,7 @@ {% endif %} {% if msg.meta == true or msg.media == false and msg.data is none %}
-

{{ msg.data or 'This message is not supported' }}

+

{{ msg.data or 'Not supported WhatsApp internal message' }}

{% else %} {% if msg.media == false %} @@ -155,7 +155,7 @@ {% endif %} {% if msg.meta == true or msg.media == false and msg.data is none %}
-

{{ msg.data or 'This message is not supported' }}

+

{{ msg.data or 'Not supported WhatsApp internal message' }}

{% else %} {% if msg.media == false %}