Skip to content

Commit b61d038

Browse files
committed
reword
1 parent a119f15 commit b61d038

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
@@ -404,7 +404,7 @@ qx.Class.define("osparc.share.NewCollaboratorsManager", {
404404
if (selectedEmails.length) {
405405
const dialog = new osparc.ui.window.Confirmation();
406406
dialog.setCaption(this.tr("Add Message"));
407-
dialog.setMessage(this.tr("You can add a message that will be go in the email"));
407+
dialog.setMessage(this.tr("Add a message to include in the email (optional)"));
408408
dialog.getConfirmButton().setLabel(this.tr("Send"));
409409
const messageEditor = new qx.ui.form.TextArea().set({
410410
autoSize: true,

0 commit comments

Comments
 (0)