diff --git a/CHANGES.md b/CHANGES.md
index aa31a8b..8a8a2c6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,10 @@
-### 0.23.21 (2020-05-17 10:20:00 UTC)
+### 0.23.22 (2020-05-27 00:10:00 UTC)
+
+* Change officially move chat support to irc.libera.chat
+* Change tweak NBL API tip
+
+
+### 0.23.21 (2020-05-17 10:20:00 UTC)
* Fix provider Nebulance
* Fix provider MoreThan
diff --git a/gui/slick/interfaces/default/config.tmpl b/gui/slick/interfaces/default/config.tmpl
index 85c7784..30f1130 100644
--- a/gui/slick/interfaces/default/config.tmpl
+++ b/gui/slick/interfaces/default/config.tmpl
@@ -40,7 +40,7 @@
$sys.version[:120] |
https://github.com/SickGear/SickGear/wiki |
https://github.com/SickGear/SickGear/ |
- #SickGear on irc.freenode.net |
+ web: Libera.chat irc: #SickGear on irc.libera.chat |
Python, HTML5, jQuery, SQLite, Regex, CSS, Javascript, Tornado webserver |
diff --git a/readme.md b/readme.md
index de1ab46..b11a282 100644
--- a/readme.md
+++ b/readme.md
@@ -150,7 +150,7 @@ Finally, a massive thanks to all those that remain in the shadows, the quiet one
## Community
*
web based (most likely one on one with a dev)
-*
(`irc.freenode.net` channel `#SickGear`)
+*
(`irc.libera.chat` channel `#sickgear`) Update:2021.05.19 followed freenode staff to new home at libera
Although support is available, you should understand the basics of your OS. If you can't understand locating a db file, not running as root, or setting file permissions, then SickGear might not be for you.
diff --git a/sickbeard/providers/nebulance.py b/sickbeard/providers/nebulance.py
index 4882bb4..b272893 100644
--- a/sickbeard/providers/nebulance.py
+++ b/sickbeard/providers/nebulance.py
@@ -225,7 +225,7 @@ class NebulanceProvider(generic.TorrentProvider):
return ('%s_api_key' % self.get_id()) == key and 'API key' or \
('%s_api_key_tip' % self.get_id()) == key and \
'\'API key\' is at %s %s with "Download" enabled
' \
- '%s has no result or is not set' \
+ '%s has no result' \
% (self.name, profile_page,
('and is used if Username/Password', 'Username/Password is used if API')[self.api_priority]) \
or ''