From 0fb71f4c174b4a536fd1d6e3780c839f259d946a Mon Sep 17 00:00:00 2001 From: awellsbiz Date: Fri, 1 Sep 2023 00:22:27 -0700 Subject: [PATCH 1/4] check box copy update 986 --- products/statement-generator/public/locales/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/statement-generator/public/locales/en/translation.json b/products/statement-generator/public/locales/en/translation.json index 7a56cfdc..5064302a 100644 --- a/products/statement-generator/public/locales/en/translation.json +++ b/products/statement-generator/public/locales/en/translation.json @@ -183,7 +183,7 @@ "review_info_content": "If you want to make edits after downloading your completed letter, you can edit it with a text editor such as Microsoft Word, Google Docs, or Pages." }, "download_page": { - "agreement_checkbox_label": "By checking this box you take full responsibility for this letter, and release all association with Hack for LA.", + "agreement_checkbox_label": "By checking this box you take full responsibility in this declaration letter, and release all association with Hack for LA. We recommend that you have a lawyer legal clinic review this letter before you submit your application.", "email_btn": "send in an email", "clipboard_btn": "copy to clipboard", "txt_btn": "download .txt", From 260a7b8b7f658c2b74f3bfa03f5b9edd8da84e66 Mon Sep 17 00:00:00 2001 From: awellsbiz Date: Fri, 29 Sep 2023 00:13:16 -0700 Subject: [PATCH 2/4] copy update for final page --- products/statement-generator/.env | 38 +++++++++++++++++++ .../public/locales/en/translation.json | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 products/statement-generator/.env diff --git a/products/statement-generator/.env b/products/statement-generator/.env new file mode 100644 index 00000000..3e368776 --- /dev/null +++ b/products/statement-generator/.env @@ -0,0 +1,38 @@ +REACT_APP_FULL_NAME=Daniel Xiao +REACT_APP_AGE=29 +REACT_APP_IS_VETERAN=Yes + +REACT_APP_IS_JOB_CHECKED=true +REACT_APP_IS_COMMUNITY_CHECKED=true +REACT_APP_IS_RECOVERY_CHECKED=true +REACT_APP_IS_SCHOOL_CHECKED=false +REACT_APP_IS_PARENTING_CHECKED=false +REACT_APP_IS_NONE_CHECKED=false + +REACT_APP_COMPANY_NAME=Cool Company +REACT_APP_JOB_TITLE=Big Boss +REACT_APP_JOB_DESCRIPTION=I make decisions on what the biggest cake should be. + +REACT_APP_ORGANIZATION_NAME=Taste Tester +REACT_APP_SERVICE_DESCRIPTION=I check cakes for poison. It is a very serious job. + +REACT_APP_RECOVERY_NAME=Addicts Anonymous +REACT_APP_RECOVERY_DESCRIPTION=I go to a meeting every week to help me overcome my addiction to poisons. + +REACT_APP_SCHOOL_Name=Villians University +REACT_APP_STUDY_NAME=Chemistry +REACT_APP_PASSION_DESCRIPTION=I always liked looking at how chemicals affected + +REACT_APP_NUMBER_CHILDREN=2 +REACT_APP_PARENT_DESCRIPTION=I have been taking care of my baby for over 11 years. I hope that this will be the best one ever. + +REACT_APP_UNEMPLOYMENT_DESCRIPTION=I have not been able to find any jobs that are not about licking or eating things. + +REACT_APP_GOALS=I want to get a new job so I do not have to eat any more poison. +REACT_APP_GOALS_HOW=I am learning new ways to work that go beyond eating. + +REACT_APP_CLEAR_RECORD_WHY=It will help me make a better life for me and my family. +REACT_APP_CLEAR_RECORD_HOW=If my record no longer says I have poison resistance, I can be hired for other jobs. + +REACT_APP_HEADING=Today,\n\nDearly beloved, +REACT_APP_CLOSING=Yours Truly,\nDan the Man \ No newline at end of file diff --git a/products/statement-generator/public/locales/en/translation.json b/products/statement-generator/public/locales/en/translation.json index 5064302a..858c897a 100644 --- a/products/statement-generator/public/locales/en/translation.json +++ b/products/statement-generator/public/locales/en/translation.json @@ -183,7 +183,7 @@ "review_info_content": "If you want to make edits after downloading your completed letter, you can edit it with a text editor such as Microsoft Word, Google Docs, or Pages." }, "download_page": { - "agreement_checkbox_label": "By checking this box you take full responsibility in this declaration letter, and release all association with Hack for LA. We recommend that you have a lawyer legal clinic review this letter before you submit your application.", + "agreement_checkbox_label": "By checking this box you take full responsibility in this declaration letter, and release all association with Hack for LA. We recommend that you have a lawyer or legal clinic review this letter before you submit your application.", "email_btn": "send in an email", "clipboard_btn": "copy to clipboard", "txt_btn": "download .txt", From 13e9fcbcfb8c514cb30d1915bce3e6c3463c207b Mon Sep 17 00:00:00 2001 From: awellsbiz Date: Wed, 4 Oct 2023 22:15:29 -0700 Subject: [PATCH 3/4] PR update --- products/statement-generator/.env | 38 ------------------------- products/statement-generator/.gitignore | 1 + 2 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 products/statement-generator/.env diff --git a/products/statement-generator/.env b/products/statement-generator/.env deleted file mode 100644 index 3e368776..00000000 --- a/products/statement-generator/.env +++ /dev/null @@ -1,38 +0,0 @@ -REACT_APP_FULL_NAME=Daniel Xiao -REACT_APP_AGE=29 -REACT_APP_IS_VETERAN=Yes - -REACT_APP_IS_JOB_CHECKED=true -REACT_APP_IS_COMMUNITY_CHECKED=true -REACT_APP_IS_RECOVERY_CHECKED=true -REACT_APP_IS_SCHOOL_CHECKED=false -REACT_APP_IS_PARENTING_CHECKED=false -REACT_APP_IS_NONE_CHECKED=false - -REACT_APP_COMPANY_NAME=Cool Company -REACT_APP_JOB_TITLE=Big Boss -REACT_APP_JOB_DESCRIPTION=I make decisions on what the biggest cake should be. - -REACT_APP_ORGANIZATION_NAME=Taste Tester -REACT_APP_SERVICE_DESCRIPTION=I check cakes for poison. It is a very serious job. - -REACT_APP_RECOVERY_NAME=Addicts Anonymous -REACT_APP_RECOVERY_DESCRIPTION=I go to a meeting every week to help me overcome my addiction to poisons. - -REACT_APP_SCHOOL_Name=Villians University -REACT_APP_STUDY_NAME=Chemistry -REACT_APP_PASSION_DESCRIPTION=I always liked looking at how chemicals affected - -REACT_APP_NUMBER_CHILDREN=2 -REACT_APP_PARENT_DESCRIPTION=I have been taking care of my baby for over 11 years. I hope that this will be the best one ever. - -REACT_APP_UNEMPLOYMENT_DESCRIPTION=I have not been able to find any jobs that are not about licking or eating things. - -REACT_APP_GOALS=I want to get a new job so I do not have to eat any more poison. -REACT_APP_GOALS_HOW=I am learning new ways to work that go beyond eating. - -REACT_APP_CLEAR_RECORD_WHY=It will help me make a better life for me and my family. -REACT_APP_CLEAR_RECORD_HOW=If my record no longer says I have poison resistance, I can be hired for other jobs. - -REACT_APP_HEADING=Today,\n\nDearly beloved, -REACT_APP_CLOSING=Yours Truly,\nDan the Man \ No newline at end of file diff --git a/products/statement-generator/.gitignore b/products/statement-generator/.gitignore index 681e7754..afa58bc7 100644 --- a/products/statement-generator/.gitignore +++ b/products/statement-generator/.gitignore @@ -4,6 +4,7 @@ /node_modules /.pnp .pnp.js +.env .vscode/ .vscode/settings.json # testing From a0aaa8430268bfeea6cd219b01de51c09999d399 Mon Sep 17 00:00:00 2001 From: awellsbiz Date: Wed, 4 Oct 2023 22:25:25 -0700 Subject: [PATCH 4/4] gitignore file update --- products/statement-generator/.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/products/statement-generator/.gitignore b/products/statement-generator/.gitignore index afa58bc7..681e7754 100644 --- a/products/statement-generator/.gitignore +++ b/products/statement-generator/.gitignore @@ -4,7 +4,6 @@ /node_modules /.pnp .pnp.js -.env .vscode/ .vscode/settings.json # testing