diff --git a/airtime_mvc/public/js/airtime/library/events/library_showbuilder.js b/airtime_mvc/public/js/airtime/library/events/library_showbuilder.js
index 6cdf9d394..2bb35ee04 100644
--- a/airtime_mvc/public/js/airtime/library/events/library_showbuilder.js
+++ b/airtime_mvc/public/js/airtime/library/events/library_showbuilder.js
@@ -92,7 +92,7 @@ var AIRTIME = (function(AIRTIME) {
$('#library_empty_text').html(
$.i18n._("You haven't added any " + opts.media + ".")
+ "
" + $.i18n._(opts.subtext)
- + "
" + $.i18n._("Learn about " + opts.media) + ""
+ + "
" + $.i18n._("Learn about " + opts.media) + ""
);
}) ;