Fixed a submit buttion translation for reporting content

This commit is contained in:
Grzegorz Leoniec 2019-03-12 17:59:40 +01:00
parent 370734bdde
commit ab09f356ca
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
2 changed files with 2 additions and 2 deletions

View File

@ -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()
})
})

View File

@ -156,7 +156,7 @@
}
},
"report": {
"submit": "Send Report",
"submit": "Report",
"cancel": "Cancel",
"success": "Thanks for reporting!",
"user": {