Skip to content

Commit

Permalink
#519 - new FAQ text (#540)
Browse files Browse the repository at this point in the history
* translation.json - wip content update

* apply FAQ content changes to page
  • Loading branch information
aahvocado authored Apr 15, 2022
1 parent 8c64e62 commit ce65b39
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 76 deletions.
33 changes: 32 additions & 1 deletion products/statement-generator/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,39 @@
},
"why_form": {
"clearRecordWhy_input_label": "Why do you want to clear your record?\nStart with, for example, \"I want to clear my record because…\"",
"clearRecordWhy_input_placeholder": "",
"clearRecordWhy_input_placeholder": "A “declaration letter” is sometimes called a “personal letter” or “personal statement.”",
"clearRecordHow_input_label": "How is your criminal record barring you from achieving your goals?\n(2-3 complete sentences)",
"clearRecordHow_input_placeholder": ""
},

"faq_page": {
"page_header": "FAQ",
"title1": "What is expungement?",
"paragraph1": "Expungement in California means that people with certain low level, non violent criminal convictions may clear their records, meaning the penalties of their crimes will be removed or reduced. Expungement lifts many of the negative consequences of a criminal record, giving people a fresh start to their lives.",
"title2": "What is a declaration letter?",
"paragraph2": "A “declaration letter” is sometimes called a “personal letter” or “personal statement.”\n\nYour letter allows you to tell the judge your story.\n\nA good letter shows your motivation and efforts to better your life since conviction, explains your personal story, and how expungement, reclassification, or reduction would make a difference for you.\n\nIt is often about one page long.\n\nThis is your story. Use the space to say what is important to you. ",
"title3": "Why do I need a declaration letter?",
"paragraph3": "When you file a petition with the court, you have the opportunity to attach a personal letter called a “declaration letter” explaining why you deserve a fresh start.\n\nThe declaration letter is your opportunity to explain to a judge, in your own voice, why you want your criminal record cleared or your charges reduced. A declaration letter can help your case by adding your personal reasons and motivation to your legal case.",
"title4": "Why does expungement or reclassification matter to me?",
"paragraph4": "The word “expungement” can be confusing. Expungement means that in most cases your past criminal record cannot be used against you when applying for a job, housing or student loans. You also regain some of your rights, like serving on a jury or owning a firearm.\n\nEven though your criminal record does not disappear from the public record forever, your record will be updated to show that the conviction has been dismissed.\n\nReclassification allows you to change past felony convictions to a misdemeanor, even if you have served a sentence and parole. Once the felony has been removed from your criminal record, you may be eligible for benefits not previously available to you.",
"title5": "How does Proposition 47 help me?",
"paragraph5": "Proposition 47 changed the law in California so that six kinds of low level, non-violent crimes like theft or drug possession can be reduced from felonies to misdemeanors.\n\nFor example:\n\t• If you have been convicted of a non-violent felony in the past, you can ask the court to have your felony reduced to a misdemeanor.\n\t• If you are currently serving a sentence for a felony, you can ask the court to have your sentence reduced to a misdemeanor and be released.\n\t• If you have already served a sentence for a felony, you can ask the court to reduce your old case to a misdemeanor.",
"paragraph5b": "Most importantly, Proposition 47 means if you are granted a reduction by a court, you can truthfully say you have never been convicted of a felony when asked on a job, housing, or other application.\n\nExamples of eligible offenses include:\n\t• Simple drug possession\n\t• Petty theft under $950\n\t• Shoplifting under $950\n\t• Forgery under $950\n\t• Writing a bad check under $950 \n\t• Receipt of stolen property under $950",
"paragraph5c": "For more information about Prop 47 exceptions and restrictions, visit",
"title6": "How does Proposition 64 help me?",
"paragraph6": "Proposition 64 legalized the sale and use of recreational marijuana among people aged 21 and older in California. At the same time, Proposition 64 also reduced or eliminated certain penalties related to previous marijuana convictions. If you qualify, you might be able to have your criminal record reduced or dismissed completely.",
"paragraph6b": "Examples of eligible offenses include:\n\t• Possession of marijuana or concentrated marijuana\n\t• Cultivation of marijuana\n\t• Possession with intent to sell marijuana\n\t• Sales or transport of marijuana",
"paragraph6c": "If you were between 18 and 20 at the time of the offense, it may be more likely that you can get your criminal records sealed and/or destroyed OR have the crimes reduced to a misdemeanor.\n\nIf you were charged with a Proposition 64 qualifying offense, you may apply to reduce your sentence if you are:\n\t• Currently serving a sentence\n\t• On probation\n\t• Under post-release supervision\n\t• On parole",
"paragraph6d": "If you have already served a sentence for a Proposition 64 qualifying offense, you may apply for a reduction in your criminal charge.\n\nThere is no time limit for when you can apply for a reduction or dismissal under Proposition 64.\n\nFor more information about Proposition 64, please see",
"title7": "How is Proposition 64 different from Proposition 47?",
"paragraph7": "Proposition 64 differs from Proposition 47 in a few important ways. Passed in 2014, Proposition 47 made major changes affecting people charged with certain non-violent, low level crimes. Specifically, Proposition 47 reduced the legal penalties for six kinds of theft and drug possession charges from a more serious, a felony, to less serious, a misdemeanor. Passed in 2016, Proposition 64 built upon Proposition 47 by reducing or dismissing the remaining criminal charges for most marijuana convictions.\n\nImportantly, Proposition 47 has a deadline by which you must file your “Petition for Resentencing/Reduction to Misdemeanor” form with the Superior Court where you were convicted no later than Nov. 4, 2022.",
"title8": "Are there any deadlines?",
"paragraph8": "Under Proposition 47, you must file the “Petition for Resentencing/Reduction to Misdemeanor” form with the Superior Court where you were convicted no later than Nov. 4, 2022.",
"title9": "What does the Expunge Assist website do?",
"paragraph9": "This website serves as a guide to create your own letter by taking you through the writing process step by step.\n\nPlease note that the website does not replace any professional legal advice you receive from an attorney.",
"title10": "Is there incorrect information on this website?",
"paragraph10": "Get in touch at [email protected]. The laws are changing often in California, and that could mean some information is outdated in this website. We strive to provide correct information, so please let us know if we missed something.\n\nPlease note: the information provided here is only a very brief overview.",
"title11": "",
"paragraph11": ""
}
}
108 changes: 34 additions & 74 deletions products/statement-generator/src/pages/FAQ.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react';
import { useHistory } from 'react-router-dom';
import { useTranslation } from 'react-i18next';

import Button from 'components/Button';
import LinkAsText from 'components/LinkAsText';
Expand All @@ -9,98 +10,57 @@ import ContentContainer from 'components-layout/ContentContainer';
import useUtilityStyles from 'styles/utilityStyles';

function FAQ() {
const { t } = useTranslation();
const utilityClasses = useUtilityStyles({
pageTheme: 'dark',
});
const history = useHistory();

return (
<ContentContainer>
<h2>FAQ</h2>
<h2>{t('faq_page.page_header')}</h2>

<h3>Why do I need a personal statement?</h3>
<p>
The personal statement is a brief essay about your current life
situation. You can use it to tell the judge why you’re worthy of having
your felony conviction re-classified as a misdemeanor under Prop 47. You
can also use it for the same purpose to reclassify your marijuana felony
conviction to a misdemeanor or have it completely expunged under Pro 64.
</p>
<h3>{t('faq_page.title1')}</h3>
<p>{t('faq_page.paragraph1')}</p>

<h3>
What type of convictions are eligible to be reclassified to a
misdemeanor under Prop 47?
</h3>
<p>
Certain individuals with a low-level non-violent prior felony record or
who are currently incarcerated may qualify to change their record or
their sentence to a misdemeanor for the following offenses:
<br />
<br />
• Simple drug possession
<br />
• Petty theft under $950
<br />
• Shoplifting under $950
<br />
• Forgery under $950
<br />
• Writing a bad check under $950
<br />
• Receipt of stolen property under $950
<br />
<br />
However there are some very important exceptions and restrictions so
please visit
<LinkAsText link="https://www.courts.ca.gov/prop47.htm" />
for more information.
</p>
<h3>{t('faq_page.title2')}</h3>
<p>{t('faq_page.paragraph2')}</p>

<h3>When do I need to file my Prop 47 application?</h3>
<p>
You need to file your Prop 47 application by November 4, 2022. However,
you can still file past that dateline if you have a valid excuse. Please
visit
<LinkAsText link="https://www.courts.ca.gov/prop47.htm" />
for more information.
</p>
<h3>{t('faq_page.title3')}</h3>
<p>{t('faq_page.paragraph3')}</p>

<h3>
What type of marijuana convictions are eligible to be reclassified to a
misdemeanor or completely expunged under Prop 64?
</h3>
<p>
There is a long list of mariruana offenses that can be reclassified or
completely expunged under California’s Prop 64. It includes:
<br />
<br />
• Possession of one ounce or less of marijuana
<br />
• Possession of marijuana for sale.
<br />
<br />
Please visit
<LinkAsText link="https://www.courts.ca.gov/prop64.htm" />
for a complete list and for more information.
</p>
<h3>{t('faq_page.title4')}</h3>
<p>{t('faq_page.paragraph4')}</p>

<h3>When do I need to file my Prop 64 application?</h3>
<h3>{t('faq_page.title5')}</h3>
<p>{t('faq_page.paragraph5')}</p>
<p>{t('faq_page.paragraph5b')}</p>
<p>
There is no deadline for filing a Prop 64 application. You may file any
time.
{t('faq_page.paragraph5c')}
<LinkAsText link="https://www.courts.ca.gov/documents/Prop47FAQs.pdf" />
</p>

<h3>Are there any helpful resources for getting my record cleared?</h3>
<h3>{t('faq_page.title6')}</h3>
<p>{t('faq_page.paragraph6')}</p>
<p>{t('faq_page.paragraph6b')}</p>
<p>{t('faq_page.paragraph6c')}</p>
<p>
There are a lot of organizations that help with record clearance. Here
is a non-comprehensive list of organizations that provide support:
<br />
<br />
Clear My Record (Code for America)
<br />
<br />• NDICA
{t('faq_page.paragraph6d')}
<LinkAsText link="https://drugpolicy.org/sites/default/files/Prop64-Resentencing-Guide-July2017.pdf" />
</p>

<h3>{t('faq_page.title7')}</h3>
<p>{t('faq_page.paragraph7')}</p>

<h3>{t('faq_page.title8')}</h3>
<p>{t('faq_page.paragraph8')}</p>

<h3>{t('faq_page.title9')}</h3>
<p>{t('faq_page.paragraph9')}</p>

<h3>{t('faq_page.title10')}</h3>
<p>{t('faq_page.paragraph10')}</p>

<div className={utilityClasses.buttonContainer}>
<Button
onClick={() => history.goBack()}
Expand Down
2 changes: 1 addition & 1 deletion products/statement-generator/src/styles/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ h2 + h3,
p + h3,
h1 + p,
h2 + p {
margin-top: 16px;
margin-top: 24px;
}

h3 + p,
Expand Down

0 comments on commit ce65b39

Please sign in to comment.