Change to OFTC

The "Report a bug" section mentioned Freenode, use OFTC now.

Change-Id: Id097f1f2d7fa921228306eef9ba10177e712230a
This commit is contained in:
Andreas Jaeger 2021-05-26 19:19:23 +02:00
parent 2a569b84f0
commit 765f2cab59
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function logABug(bugTitle, bugProject, fieldComment, fieldTags, repositoryName,
"If you have a troubleshooting or support issue, use the following " +
" resources:" + lineFeed + lineFeed +
" - The mailing list: https://lists.openstack.org" + lineFeed +
" - IRC: 'openstack' channel on Freenode"+ lineFeed;
" - IRC: 'openstack' channel on OFTC"+ lineFeed;
var urlBase = "https://bugs.launchpad.net/" + bugProject + "/+filebug?field.title=";
var currentURL = "URL: " + window.location.href;