diff --git a/cypress/integration/common/report.js b/cypress/integration/common/report.js index 6adeb1759..6ac6d8da1 100644 --- a/cypress/integration/common/report.js +++ b/cypress/integration/common/report.js @@ -112,7 +112,7 @@ When(/^I confirm the reporting dialog .*:$/, message => { cy.contains(message) // wait for element to become visible cy.get('.ds-modal').within(() => { cy.get('button') - .contains('Send Report') + .contains('Report') .click() }) }) diff --git a/locales/en.json b/locales/en.json index d0edb7913..2c4571ae4 100644 --- a/locales/en.json +++ b/locales/en.json @@ -156,7 +156,7 @@ } }, "report": { - "submit": "Send Report", + "submit": "Report", "cancel": "Cancel", "success": "Thanks for reporting!", "user": {