From 7c63777aad9ef995a038adadf3451849e2273a54 Mon Sep 17 00:00:00 2001 From: Emanuel Winblad Date: Thu, 23 Nov 2023 22:23:37 +0100 Subject: [PATCH] Improve wording for S3 retention setting to make it clearer what the setting is for --- frontend/public/locales/en-GB/generalSettings.json | 4 ++-- frontend/public/locales/en/generalSettings.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/public/locales/en-GB/generalSettings.json b/frontend/public/locales/en-GB/generalSettings.json index 151987397d..31c0c0f416 100644 --- a/frontend/public/locales/en-GB/generalSettings.json +++ b/frontend/public/locales/en-GB/generalSettings.json @@ -1,11 +1,11 @@ { "total_retention_period": "Total Retention Period", - "move_to_s3": "Move to S3\n(should be lower than total retention period)", + "move_to_s3": "Move to S3 after\n(should be lower than total retention period)", "status_message": { "success": "Your last call to change retention period to {{total_retention}} {{s3_part}} was successful.", "failed": "Your last call to change retention period to {{total_retention}} {{s3_part}} failed. Please try again.", "pending": "Your last call to change retention period to {{total_retention}} {{s3_part}} is pending. This may take some time.", - "s3_part": "and S3 to {{s3_retention}}" + "s3_part": "and S3 to {{s3_retention}}" }, "retention_save_button": { "pending": "Updating {{name}} retention period", diff --git a/frontend/public/locales/en/generalSettings.json b/frontend/public/locales/en/generalSettings.json index 151987397d..31c0c0f416 100644 --- a/frontend/public/locales/en/generalSettings.json +++ b/frontend/public/locales/en/generalSettings.json @@ -1,11 +1,11 @@ { "total_retention_period": "Total Retention Period", - "move_to_s3": "Move to S3\n(should be lower than total retention period)", + "move_to_s3": "Move to S3 after\n(should be lower than total retention period)", "status_message": { "success": "Your last call to change retention period to {{total_retention}} {{s3_part}} was successful.", "failed": "Your last call to change retention period to {{total_retention}} {{s3_part}} failed. Please try again.", "pending": "Your last call to change retention period to {{total_retention}} {{s3_part}} is pending. This may take some time.", - "s3_part": "and S3 to {{s3_retention}}" + "s3_part": "and S3 to {{s3_retention}}" }, "retention_save_button": { "pending": "Updating {{name}} retention period",