feat(xo-web/backup-ng): rename "Export ret." to "Backup ret." and "Copy ret." to "Replication ret." (#3283)

See #2711
This commit is contained in:
badrAZ 2018-08-08 14:11:22 +02:00 committed by Pierre Donias
parent d38ad3a17f
commit dff342d2bd

View File

@ -342,9 +342,9 @@ const messages = {
missingSrs: 'Missing SRs!',
missingSchedules: 'Missing schedules!',
missingExportRetention:
'The Backup mode and The Delta Backup mode require export retention to be higher than 0!',
'The Backup mode and The Delta Backup mode require backup retention to be higher than 0!',
missingCopyRetention:
'The CR mode and The DR mode require copy retention to be higher than 0!',
'The CR mode and The DR mode require replication retention to be higher than 0!',
missingSnapshotRetention:
'The Rolling Snapshot mode requires snapshot retention to be higher than 0!',
retentionNeeded: 'One of the retentions needs to be higher than 0!',
@ -1284,8 +1284,8 @@ const messages = {
scheduleCron: 'Cron pattern',
scheduleName: 'Name',
scheduleTimezone: 'Timezone',
scheduleExportRetention: 'Export ret.',
scheduleCopyRetention: 'Copy ret.',
scheduleExportRetention: 'Backup ret.',
scheduleCopyRetention: 'Replication ret.',
scheduleSnapshotRetention: 'Snapshot ret.',
getRemote: 'Get remote',
listRemote: 'List Remote',