Skip to content

Commit 8f4e379

Browse files
committed
minor
1 parent 90d9937 commit 8f4e379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/share/NewCollaboratorsManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ qx.Class.define("osparc.share.NewCollaboratorsManager", {
9595
control = new qx.ui.container.Composite(new qx.ui.layout.VBox(2)).set({
9696
paddingLeft: 8,
9797
});
98-
const title = new qx.ui.basic.Label(this.tr("Set following Role:"));
98+
const title = new qx.ui.basic.Label(this.tr("Set the following Role:"));
9999
control.add(title);
100100
this.add(control);
101101
break;

0 commit comments

Comments
 (0)