Skip to content

Commit e8b9a77

Browse files
committed
minor
1 parent 8a84295 commit e8b9a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/desktop/MainPageHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ qx.Class.define("osparc.desktop.MainPageHandler", {
9494
lockedBy = studyData["state"]["locked"]["owner"];
9595
}
9696
if (locked && lockedBy["user_id"] !== osparc.auth.Data.getInstance().getUserId()) {
97-
const msg = `${studyAlias} ${qx.locale.Manager.tr("is already open by")} ${
97+
const msg = `${studyAlias} ${qx.locale.Manager.tr("is already open by")} ${ // it will be replaced "userName"
9898
"first_name" in lockedBy && lockedBy["first_name"] != null ?
9999
lockedBy["first_name"] :
100100
qx.locale.Manager.tr("another user.")

0 commit comments

Comments
 (0)