Skip to content

Commit 3e3a154

Browse files
committed
wording
1 parent 60c79ea commit 3e3a154

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/data/Roles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ qx.Class.define("osparc.data.Roles", {
170170
label: qx.locale.Manager.tr("Viewer"),
171171
longLabel: qx.locale.Manager.tr("Viewer: Read access"),
172172
canDo: [
173-
qx.locale.Manager.tr("- can inspect the content and open ") + osparc.product.Utils.getStudyAlias({plural: true})
173+
qx.locale.Manager.tr("- can inspect the content and open ") + osparc.product.Utils.getStudyAlias({plural: true}) + qx.locale.Manager.tr(" without making changes")
174174
]
175175
},
176176
"write": {

0 commit comments

Comments
 (0)