fixed localization in monitoring indicator
This commit is contained in:
parent
66b2eebf1d
commit
8539da1879
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ public final class ClientConnectionTable implements FullPageMonitoringGUIUpdate
|
|||
for (final Indicator indDef : indicators) {
|
||||
final TableColumn tableColumn = widgetFactory.tableColumnLocalized(
|
||||
this.table,
|
||||
new LocTextKey(INDICATOR_NAME_TEXT_KEY_PREFIX + indDef.name),
|
||||
new LocTextKey(indDef.name),
|
||||
new LocTextKey(INDICATOR_NAME_TEXT_KEY_PREFIX + indDef.type.name));
|
||||
tableColumn.setText(indDef.name);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue