Add missing translateable strings in js to php translation method
This commit is contained in:
parent
8d6420f934
commit
c903a6dfd3
2 changed files with 17 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue