ItEr44S15RFNavegacionOrganizacionTraballoItEr43S20: Updated column header for orderelement name
This commit is contained in:
parent
113e469e2c
commit
cb3c15ae0f
1 changed files with 2 additions and 2 deletions
|
|
@ -80,8 +80,8 @@ public abstract class TreeComponent extends HtmlMacroComponent {
|
|||
renderer.addCodeCell(currentElement);
|
||||
}
|
||||
};
|
||||
protected final Column nameAndDescriptionColumn = new Column(
|
||||
_("Name and description"), "name") {
|
||||
protected final Column nameAndDescriptionColumn = new Column(_("Name"),
|
||||
"name") {
|
||||
|
||||
@Override
|
||||
public <T extends ITreeNode<T>> void doCell(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue