diff --git a/dmp-frontend/src/app/ui/dmp/invitation/dmp-invitation-dialog.component.html b/dmp-frontend/src/app/ui/dmp/invitation/dmp-invitation-dialog.component.html index 0fe69bab0..a60594bae 100644 --- a/dmp-frontend/src/app/ui/dmp/invitation/dmp-invitation-dialog.component.html +++ b/dmp-frontend/src/app/ui/dmp/invitation/dmp-invitation-dialog.component.html @@ -12,8 +12,11 @@ placeholder="{{'INVITATION-EDITOR.AUTOCOMPLETE-USER-EMAIL' | translate}}" [configuration]="usersAutoCompleteConfiguration"> - {{'GENERAL.INVITATION-DIALOG.HINT' | translate}} +

+ info_outlined + {{'GENERAL.INVITATION-DIALOG.HINT' | translate}} +

diff --git a/dmp-frontend/src/app/ui/dmp/invitation/dmp-invitation-dialog.component.scss b/dmp-frontend/src/app/ui/dmp/invitation/dmp-invitation-dialog.component.scss index 09aed5f9a..053cd2596 100644 --- a/dmp-frontend/src/app/ui/dmp/invitation/dmp-invitation-dialog.component.scss +++ b/dmp-frontend/src/app/ui/dmp/invitation/dmp-invitation-dialog.component.scss @@ -28,6 +28,11 @@ border-radius: 4px; } +.hint { + font-size: 0.875rem; + font-weight: 500; +} + ::ng-deep .mat-dialog-container { border-radius: 8px; } diff --git a/dmp-frontend/src/assets/i18n/de.json b/dmp-frontend/src/assets/i18n/de.json index 1bbd3c7e8..249ee13e4 100644 --- a/dmp-frontend/src/assets/i18n/de.json +++ b/dmp-frontend/src/assets/i18n/de.json @@ -86,7 +86,7 @@ "UPLOAD-FILE": "Upload File" }, "INVITATION-DIALOG": { - "HINT": "Please press comma after each input of new user invitation" + "HINT": "Press comma or enter between authors" }, "ACTIONS": { "VIEW-ALL": "Alles anzeigen", diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 5577fec7c..6d9505132 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -87,7 +87,7 @@ "UPLOAD-FILE": "Upload File" }, "INVITATION-DIALOG": { - "HINT": "Please press comma after each input of new user invitation" + "HINT": "Press comma or enter between authors" }, "ACTIONS": { "VIEW-ALL": "View All", diff --git a/dmp-frontend/src/assets/i18n/es.json b/dmp-frontend/src/assets/i18n/es.json index 28c30982b..143c69e54 100644 --- a/dmp-frontend/src/assets/i18n/es.json +++ b/dmp-frontend/src/assets/i18n/es.json @@ -87,7 +87,7 @@ "UPLOAD-FILE": "Upload File" }, "INVITATION-DIALOG": { - "HINT": "Please press comma after each input of new user invitation" + "HINT": "Press comma or enter between authors" }, "ACTIONS": { "VIEW-ALL": "Ver todo", diff --git a/dmp-frontend/src/assets/i18n/gr.json b/dmp-frontend/src/assets/i18n/gr.json index 04129dbe6..58b1565b6 100644 --- a/dmp-frontend/src/assets/i18n/gr.json +++ b/dmp-frontend/src/assets/i18n/gr.json @@ -87,7 +87,7 @@ "UPLOAD-FILE": "Upload File" }, "INVITATION-DIALOG": { - "HINT": "Please press comma after each input of new user invitation" + "HINT": "Press comma or enter between authors" }, "ACTIONS": { "VIEW-ALL": "Προβολή όλων", diff --git a/dmp-frontend/src/assets/i18n/sk.json b/dmp-frontend/src/assets/i18n/sk.json index 17f9ed888..f61885da3 100644 --- a/dmp-frontend/src/assets/i18n/sk.json +++ b/dmp-frontend/src/assets/i18n/sk.json @@ -84,7 +84,7 @@ "UPLOAD-FILE": "Upload File" }, "INVITATION-DIALOG": { - "HINT": "Please press comma after each input of new user invitation" + "HINT": "Press comma or enter between authors" }, "ACTIONS": { "VIEW-ALL": "Pozrieť všetko", diff --git a/dmp-frontend/src/assets/i18n/tr.json b/dmp-frontend/src/assets/i18n/tr.json index 2f72435b3..7ac27941b 100644 --- a/dmp-frontend/src/assets/i18n/tr.json +++ b/dmp-frontend/src/assets/i18n/tr.json @@ -86,7 +86,7 @@ "UPLOAD-FILE": "Upload File" }, "INVITATION-DIALOG": { - "HINT": "Please press comma after each input of new user invitation" + "HINT": "Press comma or enter between authors" }, "ACTIONS": { "VIEW-ALL": "Tümüne Gör",