We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Create a modal window
amplify.publish(z.event.WebApp.WARNING.MODAL, z.viewModel.ModalsViewModel.TYPE.CONFIRM, { action: () => this.exportBackup(), preventClose: true, text: { action: z.l10n.text(z.string.backupErrorAction), message: isBackupImportError ? z.l10n.text(z.string.backupImportGenericErrorSecondary) : error.message, title: isBackupImportError ? z.l10n.text(z.string.backupImportGenericErrorHeadline) : z.l10n.text(z.string.backupExportGenericErrorHeadline), }, });