Skip to content

Commit

Permalink
fix: add translations in English for the campaign application organiz…
Browse files Browse the repository at this point in the history
…er step (#1870)
teodorazhelyazkova authored Jul 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b813170 commit 6b5d3e8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions public/locales/en/campaign-application.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"steps": {
"organizer": {
"title": "Organizer",
"name": "Your First and Last Name",
"phone": "Contact phone",
"email": "Email",
"transparencyTerms": "I confirm that the campaign meets the basic principles for publishing on the platform: it is legal, it is moral, and it is not business-oriented."
}
},
"cta": {
"next": "Save and continue",
"back": "Back"
},
"remark": {
"part-one": "*Additional information about the application process and its stages can be found in our ",
"part-two": "and in the section ",
"links": {
"terms": "Terms and Conditions ",
"faq": "Frequently Asked Questions"
}
}
}

0 comments on commit 6b5d3e8

Please sign in to comment.