more persistent links (won't be invalid if title changes)
This commit is contained in:
parent
76a02796b7
commit
ae41a4f9ff
1 changed files with 2 additions and 2 deletions
|
@ -404,9 +404,9 @@ function setupEventListeners() {
|
||||||
content: {
|
content: {
|
||||||
text: sprintf(
|
text: sprintf(
|
||||||
$.i18n._("Some steam types require extra configuration. Details about enabling %sAAC+ Support%s or %sOpus Support%s are provided."),
|
$.i18n._("Some steam types require extra configuration. Details about enabling %sAAC+ Support%s or %sOpus Support%s are provided."),
|
||||||
"<a target='_blank' href='https://wiki.sourcefabric.org/pages/viewpage.action?pageId=13632310'>",
|
"<a target='_blank' href='https://wiki.sourcefabric.org/x/NgPQ'>",
|
||||||
"</a>",
|
"</a>",
|
||||||
"<a target='_blank' href='https://wiki.sourcefabric.org/display/CC/Airtime+Opus+Support'>",
|
"<a target='_blank' href='https://wiki.sourcefabric.org/x/KgPQ'>",
|
||||||
"</a>")
|
"</a>")
|
||||||
},
|
},
|
||||||
hide: {
|
hide: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue