diff --git a/src/app/pages/data-protection/cloudsync/cloudsync-wizard/steps/cloudsync-what-and-when/cloudsync-what-and-when.component.ts b/src/app/pages/data-protection/cloudsync/cloudsync-wizard/steps/cloudsync-what-and-when/cloudsync-what-and-when.component.ts index cfdd871e30a..334439d9322 100644 --- a/src/app/pages/data-protection/cloudsync/cloudsync-wizard/steps/cloudsync-what-and-when/cloudsync-what-and-when.component.ts +++ b/src/app/pages/data-protection/cloudsync/cloudsync-wizard/steps/cloudsync-what-and-when/cloudsync-what-and-when.component.ts @@ -273,6 +273,8 @@ export class CloudSyncWhatAndWhenComponent implements OnInit, OnChanges { if (formValue[name] !== undefined && formValue[name] !== null && formValue[name] !== '') { if (name === 'task_encryption') { attributes[name] = formValue[name] === '' ? null : formValue[name]; + } else if (name === 'bucket_input') { + attributes['bucket'] = formValue[name]; } else { attributes[name] = formValue[name]; } diff --git a/src/assets/i18n/pl.json b/src/assets/i18n/pl.json index 8a8df880b4a..1296e1dc2d9 100644 --- a/src/assets/i18n/pl.json +++ b/src/assets/i18n/pl.json @@ -417,7 +417,6 @@ "Apply the same quota warning alert settings as the parent dataset.": "", "Apply updates and restart system after downloading.": "", "Applying important system or security updates.": "", - "Apps": "Aplikacje", "Apps Read": "", "Apps Service Not Configured": "", "Apps Service Pending": "", @@ -5221,6 +5220,7 @@ "All Disks": "Wszystkie Dyski", "Allocate at least 256 MiB.": "Przydziel co najmniej 256 MB.", "Allow": "Zezwól", + "Apps": "Aplikacje", "Auth Token from alternate authentication - optional (rclone documentation).": "Auth Token from alternate authentication - optional (rclone documentation).", "AuthVersion - optional - set to (1,2,3) if your auth URL has no version (rclone documentation).": "AuthVersion - optional - set to (1,2,3) if your auth URL has no version (rclone documentation).", "Authentication URL for the server. This is the OS_AUTH_URL from an OpenStack credentials file.": "Authentication URL for the server. This is the OS_AUTH_URL from an OpenStack credentials file.", @@ -5282,4 +5282,4 @@ "Wipe": "Wyczyść", "Wipe this disk?": "Czy wyczyścić ten dysk?", "[Use fewer transactions in exchange for more RAM.](https://rclone.org/docs/#fast-list) This can also speed up or slow down the transfer.": "[Use fewer transactions in exchange for more RAM.](https://rclone.org/docs/\\#fast-list) This can also speed up or slow down the transfer." -} +} \ No newline at end of file