From ab09f356caf33d87dc9297d1457642b667b6fe19 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Tue, 12 Mar 2019 17:59:40 +0100 Subject: [PATCH] Fixed a submit buttion translation for reporting content --- cypress/integration/common/report.js | 2 +- locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {