diff --git a/src/views/trials/trials-panel/attachments/self-attachment/index.vue b/src/views/trials/trials-panel/attachments/self-attachment/index.vue index 481cca23..cff606da 100644 --- a/src/views/trials/trials-panel/attachments/self-attachment/index.vue +++ b/src/views/trials/trials-panel/attachments/self-attachment/index.vue @@ -323,7 +323,7 @@ export default { closeSignDialog(isSave) { this.signVisible = false if (isSave) { - this.$confirm('Go to next document?').then(res => { + this.$confirm(this.$t('trials:self-attachment:message:nextDocument')).then(res => { getNextUnSignDocument({ TrialId: this.trialId }).then(res => {