chatwoot/app/javascript/widget/i18n/en.js
Nithin David Thomas 7fcd2d0e85
Feature: Support file type messages on widget and dashboard (#659)
- Adds support for file upload

Co-authored-by: Pranav Raj Sreepuram <[email protected]>
Co-authored-by: Sojan <[email protected]>
2020-04-02 12:28:38 +05:30

9 lines
128 B
JavaScript

export default {
COMPONENTS: {
FILE_BUBBLE: {
DOWNLOAD: 'Download',
UPLOADING: 'Uploading...',
},
},
};