We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebe334 commit 59b6c32Copy full SHA for 59b6c32
ui/src/views/compute/StartBackup.vue
@@ -125,7 +125,7 @@ export default {
125
postAPI('createBackup', data).then(response => {
126
this.$pollJob({
127
jobId: response.createbackupresponse.jobid,
128
- title: this.$t('label.create.bucket'),
+ title: this.$t('label.create.backup'),
129
description: values.name,
130
errorMessage: this.$t('message.create.backup.failed'),
131
loadingMessage: `${this.$t('label.create.backup')}: ${this.resource.name || this.resource.id}`,
0 commit comments