SAAS-1210 - Fix broken link
This commit is contained in:
parent
dc5e81ee9b
commit
6d9859c025
|
@ -186,7 +186,7 @@ var AIRTIME = (function (AIRTIME) {
|
||||||
iconClass: "icon-white icon-th-list",
|
iconClass: "icon-white icon-th-list",
|
||||||
html: $.i18n._("You haven't published any episodes!")
|
html: $.i18n._("You haven't published any episodes!")
|
||||||
+ "<br/>" + $.i18n._("You can publish your uploaded content from the 'Tracks' view.")
|
+ "<br/>" + $.i18n._("You can publish your uploaded content from the 'Tracks' view.")
|
||||||
+ "<br/><a target='_parent' href='showbuilder#tracks'>" + $.i18n._("Try it now") + "</a>"
|
+ "<br/><a target='_parent' href='/showbuilder#tracks'>" + $.i18n._("Try it now") + "</a>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue