mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
13 lines
215 B
JavaScript
13 lines
215 B
JavaScript
export default {
|
|
COMPONENTS: {
|
|
FILE_BUBBLE: {
|
|
DOWNLOAD: 'Download',
|
|
UPLOADING: 'Uploading...',
|
|
},
|
|
FORM_BUBBLE: {
|
|
SUBMIT: 'Submit',
|
|
},
|
|
},
|
|
POWERED_BY: 'Powered by Chatwoot',
|
|
};
|