Skip to content

Commit

Permalink
Fixed: Missing js translation
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxwin committed Oct 6, 2019
1 parent 0f64b8f commit 2ffe258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/public/admin/settings_plugins.php
Expand Up @@ -286,7 +286,7 @@ function generatePage(TemplateEngine $tpl, PluginManager $pm)
Events::onGetJsTranslations, function (EventDescription $e) {
$tr = $e->getParam('translations');
$tr['core']['dataTable'] = getDataTablesPluginTranslations(false);
$tr['core']['retry'] = tohtml(tr('Retry'));
$tr['core']['force_retry'] = tohtml(tr('Retry'));
$tr['core']['close'] = tohtml(tr('Close'));
$tr['core']['error_details'] = tohtml(tr('Error details'));
}
Expand Down

0 comments on commit 2ffe258

Please sign in to comment.