Skip to content

Commit edcff82

Browse files
committed
minor
1 parent 8c72d88 commit edcff82

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
516516
},
517517

518518
__showMoveToWorkspaceWarningMessage: function() {
519-
const msg = this.tr("The permissions will be taken from the new workspace?");
519+
const msg = this.tr("The permissions will be taken from the new workspace.");
520520
const win = new osparc.ui.window.Confirmation(msg).set({
521521
confirmText: this.tr("Move"),
522522
});

0 commit comments

Comments
 (0)