diff --git a/config/locales/en.yml b/config/locales/en.yml index df589a0d28..ba116e5e54 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1440,7 +1440,7 @@ en: pack_by_product: Pack By Product show: report_taking_longer: > - This report is taking longer to process. + Sorry, this report took too long to process. It may contain a lot of data or we are busy with other reports. You can try again later. revenues_by_hub: diff --git a/spec/system/admin/reports_spec.rb b/spec/system/admin/reports_spec.rb index a1e620ae07..59c96bf6cc 100644 --- a/spec/system/admin/reports_spec.rb +++ b/spec/system/admin/reports_spec.rb @@ -55,7 +55,7 @@ describe ' click_button "Go" - expect(page).to have_content "This report is taking longer to process." + expect(page).to have_content "this report took too long" end end