Skip to content

Commit 0b359ad

Browse files
committed
fix
1 parent e0a947e commit 0b359ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/notification/NotificationUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ qx.Class.define("osparc.notification.NotificationUI", {
134134
icon.setSource("@FontAwesome5Solid/users/14");
135135
if (resourceId) {
136136
osparc.store.Store.getInstance().getGroup(resourceId)
137-
.then(group => descriptionLabel.setValue("You're now member of '" + group["name"] + "'"))
137+
.then(group => descriptionLabel.setValue("You're now member of '" + group["label"] + "'"))
138138
.catch(() => this.setEnabled(false));
139139
}
140140
break;

0 commit comments

Comments
 (0)