Bug: Fix copy when no inbox is added. (#386)

This commit is contained in:
Pranav Raj S 2019-12-25 20:06:43 +05:30 committed by Sojan Jose
parent 3440230187
commit f55c42d5a1
2 changed files with 1 additions and 4 deletions

View file

@ -59,9 +59,6 @@ export default {
} }
return this.$t('CONVERSATION.LOADING_CONVERSATIONS'); return this.$t('CONVERSATION.LOADING_CONVERSATIONS');
}, },
},
methods: {
newInboxURL() { newInboxURL() {
return frontendURL('settings/inboxes/new'); return frontendURL('settings/inboxes/new');
}, },

View file

@ -3,7 +3,7 @@
"404": "Please select a conversation from left pane", "404": "Please select a conversation from left pane",
"NO_MESSAGE_1": "Uh oh! Looks like there are no messages from customers in your inbox.", "NO_MESSAGE_1": "Uh oh! Looks like there are no messages from customers in your inbox.",
"NO_MESSAGE_2": " to send a message to your page!", "NO_MESSAGE_2": " to send a message to your page!",
"NO_INBOX_1": "Hola! Looks like you haven't added any Facebook Page yet.", "NO_INBOX_1": "Hola! Looks like you haven't added any inboxes yet.",
"NO_INBOX_2": " to get started", "NO_INBOX_2": " to get started",
"NO_INBOX_AGENT": "Uh Oh! Looks like you are not part of any inbox. Please contact your administrator", "NO_INBOX_AGENT": "Uh Oh! Looks like you are not part of any inbox. Please contact your administrator",
"CLICK_HERE": "Click here", "CLICK_HERE": "Click here",