diff --git a/src/views/trials/trials-panel/attachments/enrollment/components/Selection.vue b/src/views/trials/trials-panel/attachments/enrollment/components/Selection.vue index d490691f..467e0d46 100644 --- a/src/views/trials/trials-panel/attachments/enrollment/components/Selection.vue +++ b/src/views/trials/trials-panel/attachments/enrollment/components/Selection.vue @@ -358,7 +358,7 @@ export default { }, copyCode() { this.$copyText( - `${this.$t('reviewers-list:message:msg1')}: ${this.shareLink}` + `${this.$t('reviewers-list:message:msg2')}: ${this.shareLink}` ) .then((res) => { this.$message.success(