Skip to content

Commit

Permalink
fix for localization
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed May 27, 2020
1 parent 814d8ae commit c8ccdd7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -127,7 +127,7 @@ public void onClick(AjaxRequestTarget target) {
performSelectedColumns(columnTabPanel, target);
if (exportedColumnsIndex.isEmpty()) {
LOGGER.warn("None columns selected");
getPageBase().warn("ExportingPanel.message.error.selectColumn");
getPageBase().warn(createStringResource("ExportingPanel.message.error.selectColumn").getString());
target.add(feedbackList);
return;
}
Expand Down

0 comments on commit c8ccdd7

Please sign in to comment.