From dff342d2bd660292d01e18f7f09e9da3fee06022 Mon Sep 17 00:00:00 2001 From: badrAZ Date: Wed, 8 Aug 2018 14:11:22 +0200 Subject: [PATCH] feat(xo-web/backup-ng): rename "Export ret." to "Backup ret." and "Copy ret." to "Replication ret." (#3283) See #2711 --- packages/xo-web/src/common/intl/messages.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/xo-web/src/common/intl/messages.js b/packages/xo-web/src/common/intl/messages.js index 09c59511f..c5375dbac 100644 --- a/packages/xo-web/src/common/intl/messages.js +++ b/packages/xo-web/src/common/intl/messages.js @@ -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',