Label unfold is changed in expand
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/speciesdiscovery@79443 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b743e9e169
commit
d9c1eb17fd
|
@ -11,7 +11,7 @@ public enum AdvancedSearchPanelEnum {
|
|||
TYPE("Type"),
|
||||
REGION("Region"),
|
||||
SYNONYMS("Synonyms From"),
|
||||
UNFOLD("Unfold With"),
|
||||
UNFOLD("Expand"),
|
||||
DATASOURCE("Filter by Source"),
|
||||
CLASSIFICATION("Classification");
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ public class UnfoldFilter implements AdvancedSearchPanelInterface{
|
|||
unfoldFilterPanel.setStyleAttribute("marginRight", "10px");
|
||||
unfoldFilterPanel.setStyleAttribute("padding", "5px");
|
||||
|
||||
Text text = new Text("Unfold with: ");
|
||||
Text text = new Text("Expand with: ");
|
||||
text.setStyleAttribute("margin-left", "5px");
|
||||
text.setStyleAttribute("margin-right", "5px");
|
||||
|
||||
|
|
Reference in New Issue