Fix missing translations

This commit is contained in:
Xabi Spacebiker 2017-09-27 10:15:38 +02:00
parent cda9f17163
commit 3e8d893f01
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ var AIRTIME = (function(AIRTIME) {
opts = AIRTIME.library.placeholder(mediaType);
img.addClass("empty_placeholder_image icon-white " + opts.icon);
wrapper.find('.empty_placeholder_text').html(
$.i18n._("You haven't added any " + opts.media + ".")
$.i18n._("You haven't added any " + opts.media)
+ "<br/>" + $.i18n._(opts.subtext)
+ "<br/><a target='_blank' href='" + opts.href + "'>" + $.i18n._("Learn about " + opts.media) + "</a>"
);