diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1751e256a..d38ed0632 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -7,7 +7,7 @@ Before reporting any issues, please make sure that you're using the latest versi - App releases: https://github.com/lbryio/lbry-app/releases - Standalone daemon: https://github.com/lbryio/lbry/releases -We are also available on Slack at https://slack.lbry.io +We are also available on live chat at https://chat.lbry.io --> diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ddf02782..a160b1ab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Web UI version numbers should always match the corresponding version of LBRY App ### Changed * Continuing to standardize and improve design. File selectors, checkboxes, radios, and a number of other elements got substantial improvements. * [Electron](https://github.com/electron/electron) version upgraded. Most relevantly, this fixes URI handling in Linux. + * Chat links and text updated to remove references to Slack. ### Fixed * Fixed handling of empty search results. diff --git a/ui/js/component/userVerify/view.jsx b/ui/js/component/userVerify/view.jsx index 68e5859da..30a180cc7 100644 --- a/ui/js/component/userVerify/view.jsx +++ b/ui/js/component/userVerify/view.jsx @@ -117,9 +117,9 @@ class UserVerify extends React.PureComponent {
{__("Live help is available most hours in the")} {" "}#help - {" "}{__("channel of our Slack chat room.")} + {" "}{__("channel of our Discord chat room.")}