Skip to content

Commit 59b6c32

Browse files
[UI] Fix create backup notification (#12903)
1 parent 4ebe334 commit 59b6c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/compute/StartBackup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default {
125125
postAPI('createBackup', data).then(response => {
126126
this.$pollJob({
127127
jobId: response.createbackupresponse.jobid,
128-
title: this.$t('label.create.bucket'),
128+
title: this.$t('label.create.backup'),
129129
description: values.name,
130130
errorMessage: this.$t('message.create.backup.failed'),
131131
loadingMessage: `${this.$t('label.create.backup')}: ${this.resource.name || this.resource.id}`,

0 commit comments

Comments
 (0)