Skip to content

Commit

Permalink
Release 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Smooch committed Nov 15, 2017
1 parent cceca7b commit b43027b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
31 changes: 31 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
**For support questions, please visit [our help page](https://smooch.io/help/)**.

This repository's issues are reserved for bug reports only.

**I'm submitting a ...**
- [ ] bug report
- [ ] support request => Please do not submit support request here, see note at the top of this template.


**What is the current behavior?**



**Please provide the steps to reproduce and, if possible, a minimal demo of the problem** via
https://plnkr.co, https://codepen.io/, or similar (e.g. a GitHub repository).



**What is the expected behavior?**



**Please tell us about your environment:**
- Delivery method: [CDN | npm]
- Version (can be found using `Smooch.VERSION` in your browser):
- Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
- OS: [Windows | OS X | Linux (which distro?)] + version



**Other information** (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. Stack Overflow, etc)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ var skPromise = Smooch.init({
smsUnhandledError: 'Something went wrong. Please try again.',
tapToRetry: 'Message not delivered. Tap to retry.',
telegramChannelDescription: 'Connect your Telegram account to be notified when you get a reply and carry the conversation on Telegram',
transferError: 'An error occurred when attempting to generate a link for this channel. Please try again.',
linkError: 'An error occurred when attempting to generate a link for this channel. Please try again.',
viberChannelDescription: 'Connect your Viber account to be notified when you get a reply and carry the conversation on Viber. To get started, scan the QR code using the Viber app.',
viberChannelDescriptionMobile: 'Connect your Viber account to be notified when you get a reply and carry the conversation on Viber. To get started, install the Viber app and tap Connect.',
viberQRCodeError: 'An error occurred while fetching your Viber QR code. Please try again.',
Expand Down
Loading

0 comments on commit b43027b

Please sign in to comment.