mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fixed a submit buttion translation for reporting content
This commit is contained in:
parent
370734bdde
commit
ab09f356ca
@ -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()
|
||||
})
|
||||
})
|
||||
|
||||
@ -156,7 +156,7 @@
|
||||
}
|
||||
},
|
||||
"report": {
|
||||
"submit": "Send Report",
|
||||
"submit": "Report",
|
||||
"cancel": "Cancel",
|
||||
"success": "Thanks for reporting!",
|
||||
"user": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user