Fixing label

This commit is contained in:
Francesco Mangiacrapa 2023-06-06 14:50:06 +02:00
parent f3e3ca5eb9
commit 1002111ca8
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ public class CrossFilteringLayerPanel extends Composite {
String message = "";
if (dataCount <= 0) {
message = "No item found";
message = "No "+ITEM_LABEL+" found";
} else {
message = "Found " + dataCount;