国际化补充
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e903c239b4
commit
4d2e9531ec
|
@ -76,7 +76,7 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
handleSaveGCP() {
|
handleSaveGCP() {
|
||||||
if (this.GCP && this.GCPID === '') {
|
if (this.GCP && this.GCPID === '') {
|
||||||
this.$message.info('Please upload the GCP certificate')
|
this.$message.info(this.$t('reviewers:GCPCertificate:message:uploadValid'))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@ export default {
|
||||||
this.fileList = []
|
this.fileList = []
|
||||||
}
|
}
|
||||||
this.saveBtnLoading = false
|
this.saveBtnLoading = false
|
||||||
this.$message.success('Saved successfully')
|
this.$message.success(this.$t('common:message:savedSuccessfully'))
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
this.saveBtnLoading = false
|
this.saveBtnLoading = false
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue