File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
services/static-webserver/client/source/class/osparc/dashboard Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ qx.Class.define("osparc.dashboard.SearchBarFilter", {
4747 getSharedWithOptions : function ( resourceType ) {
4848 return [ {
4949 id : "show-all" ,
50- label : qx . locale . Manager . tr ( "All " ) + osparc . product . Utils . resourceTypeToAlias ( resourceType , {
50+ label : qx . locale . Manager . tr ( "All" ) + " " + osparc . product . Utils . resourceTypeToAlias ( resourceType , {
5151 firstUpperCase : true ,
5252 plural : true
5353 } ) ,
5454 icon : "@FontAwesome5Solid/home/20"
5555 } , {
5656 id : "my-resources" ,
57- label : qx . locale . Manager . tr ( "My " ) + osparc . product . Utils . resourceTypeToAlias ( resourceType , {
57+ label : qx . locale . Manager . tr ( "My" ) + " " + osparc . product . Utils . resourceTypeToAlias ( resourceType , {
5858 firstUpperCase : true ,
5959 plural : true
6060 } ) ,
@@ -65,7 +65,7 @@ qx.Class.define("osparc.dashboard.SearchBarFilter", {
6565 icon : "@FontAwesome5Solid/users/20"
6666 } , {
6767 id : "shared-with-everyone" ,
68- label : qx . locale . Manager . tr ( "Public" ) + osparc . product . Utils . resourceTypeToAlias ( resourceType , {
68+ label : qx . locale . Manager . tr ( "Public" ) + " " + osparc . product . Utils . resourceTypeToAlias ( resourceType , {
6969 firstUpperCase : true ,
7070 plural : true
7171 } ) ,
You can’t perform that action at this time.
0 commit comments