Skip to content

Commit 9e413f9

Browse files
committed
minor
1 parent ff4f17f commit 9e413f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/static-webserver/client/source/class/osparc/dashboard/SearchBarFilter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}),

0 commit comments

Comments
 (0)