changed label
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@101284 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
f9db962850
commit
0711b07d69
|
@ -1266,7 +1266,7 @@ public class AppController implements SubscriberInterface {
|
|||
}
|
||||
|
||||
private void setWorkspaceSize(String size){
|
||||
String html = "<div style=\"width: 100%; text-align: left; font-size: 9px; padding: 5px;\">" + size +" of space storage used</div>";
|
||||
String html = "<div style=\"width: 100%; text-align: left; font-size: 9px; padding: 5px;\">" + size +" of storage space used</div>";
|
||||
htmlWorkspaceSize.setHTML(html);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue