Skip to content

Commit 9204a77

Browse files
committed
minor
1 parent 306fe84 commit 9204a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ qx.Class.define("osparc.share.ShareTemplateWith", {
5353
value: this.tr("Make the ") + osparc.product.Utils.getTemplateAlias() + this.tr(" also accessible to:"),
5454
font: "text-14"
5555
});
56-
addCollaborators.getChildControl("share-with").setLabel(this.tr("Publish for..."));
56+
addCollaborators.getChildControl("share-with").setLabel(this.tr("Share with..."));
5757
this._add(addCollaborators);
5858

5959
this._add(this.__selectedCollabs);

0 commit comments

Comments
 (0)