Add missing translateable strings in js to php translation method

This commit is contained in:
r 2019-02-25 10:59:14 -06:00
parent 8d6420f934
commit c903a6dfd3
2 changed files with 17 additions and 1 deletions

View file

@ -636,7 +636,7 @@ var AIRTIME = (function (AIRTIME) {
podcastEpisodeButtons = AIRTIME.widgets.Table.getStandardToolbarButtons();
$.extend(true, podcastEpisodeButtons[AIRTIME.widgets.Table.TOOLBAR_BUTTON_ROLES.NEW],
{
title: "Import",
title: $.i18n._("Import"),
eventHandlers: {
click: function () {
var episodes = mod.episodeTables[podcastId].getSelectedRows();