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:
Francesco Mangiacrapa 2014-10-31 11:42:05 +00:00
parent f9db962850
commit 0711b07d69
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}