Files
chatwoot/app/javascript/widget/i18n/en.js
2020-05-04 19:07:31 +05:30

13 lines
215 B
JavaScript

export default {
COMPONENTS: {
FILE_BUBBLE: {
DOWNLOAD: 'Download',
UPLOADING: 'Uploading...',
},
FORM_BUBBLE: {
SUBMIT: 'Submit',
},
},
POWERED_BY: 'Powered by Chatwoot',
};