Custom message for Full export
This commit is contained in:
parent
2b6cd7af2c
commit
f1e59e5931
1 changed files with 5 additions and 3 deletions
|
|
@ -330,9 +330,11 @@ export function ExportDialog({
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle>Export {entityLabel}</DialogTitle>
|
<DialogTitle>Export {entityLabel}</DialogTitle>
|
||||||
<DialogDescription>
|
<DialogDescription>
|
||||||
{isSingleItem
|
{isFullExport
|
||||||
? `Export the configuration for this ${config.label.toLowerCase()}.`
|
? "Export the complete Zerobyte configuration including all volumes, repositories, backup schedules, and notifications."
|
||||||
: `Export all ${config.labelPlural.toLowerCase()} configurations.`}
|
: isSingleItem
|
||||||
|
? `Export the configuration for this ${config.label.toLowerCase()}.`
|
||||||
|
: `Export all ${config.labelPlural.toLowerCase()} configurations.`}
|
||||||
</DialogDescription>
|
</DialogDescription>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue