国际化补充
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-08-21 10:33:16 +08:00
parent e903c239b4
commit 4d2e9531ec
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ export default {
methods: {
handleSaveGCP() {
if (this.GCP && this.GCPID === '') {
this.$message.info('Please upload the GCP certificate')
this.$message.info(this.$t('reviewers:GCPCertificate:message:uploadValid'))
return
}
@ -91,7 +91,7 @@ export default {
this.fileList = []
}
this.saveBtnLoading = false
this.$message.success('Saved successfully')
this.$message.success(this.$t('common:message:savedSuccessfully'))
}).catch(() => {
this.saveBtnLoading = false
})