feat: Show refresh prompt on network disconnect (#3165)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Dwiferdio Seagal Putra
2021-10-12 13:27:36 +07:00
committed by GitHub
parent 5237e51f2c
commit c1d68cc8ae
4 changed files with 148 additions and 0 deletions

View File

@@ -71,5 +71,13 @@
"assigned_conversation_new_message": "New Message",
"conversation_mention": "Mention"
}
},
"NETWORK": {
"NOTIFICATION": {
"TEXT": "Disconnected from Chatwoot"
},
"BUTTON": {
"REFRESH": "Refresh"
}
}
}