Skip to content

Commit

Permalink
Fix default other lang survey
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed May 1, 2024
1 parent a3f24df commit 0dea073
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion frontend/public/locales/ca/survey.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Can we please ask you some questions?",
"body": "We are very curious how you experience the Clothing Loop! It only takes about five minutes to fill in our short survey. Your answers will be of great help to us.",
"btnSubmit": "Form"
"btnSubmit": "Survey"
}
2 changes: 1 addition & 1 deletion frontend/public/locales/de/survey.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Can we please ask you some questions?",
"body": "We are very curious how you experience the Clothing Loop! It only takes about five minutes to fill in our short survey. Your answers will be of great help to us.",
"btnSubmit": "Form"
"btnSubmit": "Survey"
}
2 changes: 1 addition & 1 deletion frontend/public/locales/es/survey.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Can we please ask you some questions?",
"body": "We are very curious how you experience the Clothing Loop! It only takes about five minutes to fill in our short survey. Your answers will be of great help to us.",
"btnSubmit": "Form"
"btnSubmit": "Survey"
}
2 changes: 1 addition & 1 deletion frontend/public/locales/fr/survey.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Can we please ask you some questions?",
"body": "We are very curious how you experience the Clothing Loop! It only takes about five minutes to fill in our short survey. Your answers will be of great help to us.",
"btnSubmit": "Form"
"btnSubmit": "Survey"
}
2 changes: 1 addition & 1 deletion frontend/public/locales/he/survey.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Can we please ask you some questions?",
"body": "We are very curious how you experience the Clothing Loop! It only takes about five minutes to fill in our short survey. Your answers will be of great help to us.",
"btnSubmit": "Form"
"btnSubmit": "Survey"
}
2 changes: 1 addition & 1 deletion frontend/public/locales/it/survey.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Can we please ask you some questions?",
"body": "We are very curious how you experience the Clothing Loop! It only takes about five minutes to fill in our short survey. Your answers will be of great help to us.",
"btnSubmit": "Form"
"btnSubmit": "Survey"
}
2 changes: 1 addition & 1 deletion frontend/public/locales/ja/survey.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Can we please ask you some questions?",
"body": "We are very curious how you experience the Clothing Loop! It only takes about five minutes to fill in our short survey. Your answers will be of great help to us.",
"btnSubmit": "Form"
"btnSubmit": "Survey"
}
2 changes: 1 addition & 1 deletion frontend/public/locales/ko/survey.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Can we please ask you some questions?",
"body": "We are very curious how you experience the Clothing Loop! It only takes about five minutes to fill in our short survey. Your answers will be of great help to us.",
"btnSubmit": "Form"
"btnSubmit": "Survey"
}
2 changes: 1 addition & 1 deletion frontend/public/locales/pl/survey.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Can we please ask you some questions?",
"body": "We are very curious how you experience the Clothing Loop! It only takes about five minutes to fill in our short survey. Your answers will be of great help to us.",
"btnSubmit": "Form"
"btnSubmit": "Survey"
}
2 changes: 1 addition & 1 deletion frontend/public/locales/pt/survey.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Can we please ask you some questions?",
"body": "We are very curious how you experience the Clothing Loop! It only takes about five minutes to fill in our short survey. Your answers will be of great help to us.",
"btnSubmit": "Form"
"btnSubmit": "Survey"
}
2 changes: 1 addition & 1 deletion frontend/public/locales/sv/survey.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Can we please ask you some questions?",
"body": "We are very curious how you experience the Clothing Loop! It only takes about five minutes to fill in our short survey. Your answers will be of great help to us.",
"btnSubmit": "Form"
"btnSubmit": "Survey"
}

0 comments on commit 0dea073

Please sign in to comment.