From e359f373ea7329be903766080d00108875e44da3 Mon Sep 17 00:00:00 2001 From: Martin Artnik <85488244+artoscinote@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:21:17 +0200 Subject: [PATCH] Consumption export copy fixes [SCI-9281] (#6195) --- config/locales/en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 8a6a0825b..212711669 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3535,10 +3535,10 @@ en: export_request_success: "Export request received. Your export request is being processed." export_error: "Error when creating zip export." consumption_modal_label: 'Export consumption' - consumption_header_html: 'You are about to generate consumption report for selected items in inventory %{repository}*. The report will be saved in a .csv file format.' - consumption_body_html: 'After the report is generated, you will be able to find the download link in both your SciNote notifications and email inbox.' + consumption_header_html: 'You are about to generate a consumption report for selected items in inventory %{repository}. The report will be saved in a .csv file format.' + consumption_body_html: 'After the report is prepared, you will be able to find the download link in both your SciNote notifications and email inbox.' consumption_footer_html: 'For security reasons, please note that the link will only be valid for 7 days.' - consumption_generate: 'Generate' + consumption_generate: 'Export' webhooks: index: title: 'Webhooks'