From fc0cfcbe04d1485a5d8b3c2bb3c2b7787e0e0064 Mon Sep 17 00:00:00 2001 From: Suresh Kumar Anaparti Date: Fri, 27 Mar 2026 17:59:30 +0530 Subject: [PATCH] [UI] Fix create backup notification --- ui/src/views/compute/StartBackup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/compute/StartBackup.vue b/ui/src/views/compute/StartBackup.vue index 812e9e49e050..de2680d14476 100644 --- a/ui/src/views/compute/StartBackup.vue +++ b/ui/src/views/compute/StartBackup.vue @@ -125,7 +125,7 @@ export default { postAPI('createBackup', data).then(response => { this.$pollJob({ jobId: response.createbackupresponse.jobid, - title: this.$t('label.create.bucket'), + title: this.$t('label.create.backup'), description: values.name, errorMessage: this.$t('message.create.backup.failed'), loadingMessage: `${this.$t('label.create.backup')}: ${this.resource.name || this.resource.id}`,